From 9261f0860f997d7fcaba1d508114d9e0f0253e91 Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 6 May 2025 08:42:18 +0200 Subject: Stop animation step when dialog go up --- map/objects.gbasm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'map') diff --git a/map/objects.gbasm b/map/objects.gbasm index a79a954..e3bd020 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -262,6 +262,7 @@ Heal_Attack_Box_Action: LD $mem_bunny_direction, A LD A, $mem_map_loading_flags SET 5, A + RES 3, A LD $mem_map_loading_flags, A CALL =Fix_Bunny_screen @@ -285,6 +286,7 @@ Freeze_Attack_Box_Action: LD $mem_bunny_direction, A LD A, $mem_map_loading_flags SET 5, A + RES 3, A LD $mem_map_loading_flags, A CALL =Fix_Bunny_screen @@ -308,6 +310,7 @@ Earcopter_Attack_Box_Action: LD $mem_bunny_direction, A LD A, $mem_map_loading_flags SET 5, A + RES 3, A LD $mem_map_loading_flags, A CALL =Fix_Bunny_screen @@ -331,6 +334,7 @@ Fimsh_Attack_Box_Action: LD $mem_bunny_direction, A LD A, $mem_map_loading_flags SET 5, A + RES 3, A LD $mem_map_loading_flags, A CALL =Fix_Bunny_screen -- cgit v1.2.3-70-g09d2