diff options
Diffstat (limited to 'map')
-rw-r--r-- | map/objects.gbasm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm index 11eb7f9..7cdd5c4 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -265,8 +265,6 @@ Heal_Attack_Box_Action: RES 3, A LD $mem_map_loading_flags, A - CALL =Fix_Bunny_screen - RET .Script: @@ -289,8 +287,6 @@ Freeze_Attack_Box_Action: RES 3, A LD $mem_map_loading_flags, A - CALL =Fix_Bunny_screen - RET .Script: @@ -313,8 +309,6 @@ Earcopter_Attack_Box_Action: RES 3, A LD $mem_map_loading_flags, A - CALL =Fix_Bunny_screen - RET .Script: @@ -337,8 +331,6 @@ Fimsh_Attack_Box_Action: RES 3, A LD $mem_map_loading_flags, A - CALL =Fix_Bunny_screen - RET .Script: |