From f51e51ebdfc71a429fd1a4ef359f9d8ce52fb1d2 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 2 May 2025 14:07:14 +0200 Subject: Fix fimshes and give them a placeholder items to drop --- entity/fox.gbasm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'entity/fox.gbasm') diff --git a/entity/fox.gbasm b/entity/fox.gbasm index 33eb51a..ce6da24 100644 --- a/entity/fox.gbasm +++ b/entity/fox.gbasm @@ -36,7 +36,10 @@ Fox_Turn: PUSH DE LD D, $6C LD E, $06 - CALL =Spawn_object + CALL =RNG_Step + AND $03 + CP $00 + CALL Z, =Spawn_object POP DE JP NZ, =.Skip_turn -- cgit v1.2.3-70-g09d2