diff options
Diffstat (limited to 'map')
-rw-r--r-- | map/objects.gbasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm index ae62b8e..9f0af1f 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -156,6 +156,7 @@ Heal_Action: LD A, $mem_bunny_y LD C, A LD A, $01 + LD E, $20 CALL =Try_Launch_Animation POP BC |