diff options
author | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-07 17:01:22 +0200 |
commit | 4b02238d88af30c98b2f8d44e5200fb80b04bcad (patch) | |
tree | d69861ff5fe1ebed41f9697335948bde512f10f4 /map/objects.gbasm | |
parent | 7284cc51dedb4f77fe6c1fa1da735b52609b1d4d (diff) |
I was adding the frog and then broke everything to fix the viewport thingy
Diffstat (limited to 'map/objects.gbasm')
-rw-r--r-- | map/objects.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/map/objects.gbasm b/map/objects.gbasm index e3bd020..11eb7f9 100644 --- a/map/objects.gbasm +++ b/map/objects.gbasm @@ -224,7 +224,7 @@ Stairs_Action: Heal_Action: LD A, $mem_bunny_health - ADD $05 + ADD $03 DAA CP $20 JR C, =.Set_health @@ -350,7 +350,7 @@ Fimsh_Attack_Box_Action: Restore_EP_Action: LD A, $mem_bunny_mana - ADD $15 + ADD $05 DAA JR NC, =.Set_mana LD A, $99 |