diff options
author | Astatin <[email protected]> | 2025-01-22 18:20:43 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-22 18:20:43 +0900 |
commit | 57326c9acf9cbb025d54093fb90fd70614659400 (patch) | |
tree | c8f396d56119fbfba1718e1891b9e9bd659f698f /map | |
parent | 02038990a93c0b4cf58269b5456327ea64b998b7 (diff) |
Add laser animation and change animation steps to decrement
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 |