aboutsummaryrefslogtreecommitdiff
path: root/map
diff options
context:
space:
mode:
Diffstat (limited to 'map')
-rw-r--r--map/objects.gbasm6
1 files changed, 6 insertions, 0 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm
index edf276f..dd89e87 100644
--- a/map/objects.gbasm
+++ b/map/objects.gbasm
@@ -165,8 +165,11 @@ Heal_Action:
LD A, $mem_bunny_y
LD C, A
LD A, $01
+ PUSH DE
LD E, $20
+ LD D, $00
CALL =Try_Launch_Animation
+ POP DE
POP BC
LD (HL), $00
@@ -188,8 +191,11 @@ Restore_EP_Action:
LD A, $mem_bunny_y
LD C, A
LD A, $01
+ PUSH DE
LD E, $20
+ LD D, $00
CALL =Try_Launch_Animation
+ POP DE
POP BC
LD (HL), $00