diff options
author | Astatin <[email protected]> | 2025-05-06 08:42:18 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-06 08:42:18 +0200 |
commit | 9261f0860f997d7fcaba1d508114d9e0f0253e91 (patch) | |
tree | 39110787aaf48bf9080ead4533a582a2b42d9184 /map | |
parent | 2fcb846cefd480f4c3b2aebd2934ae157d245566 (diff) |
Stop animation step when dialog go up
Diffstat (limited to 'map')
-rw-r--r-- | map/objects.gbasm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |