From 4b02238d88af30c98b2f8d44e5200fb80b04bcad Mon Sep 17 00:00:00 2001 From: Astatin Date: Wed, 7 May 2025 17:01:22 +0200 Subject: I was adding the frog and then broke everything to fix the viewport thingy --- map/objects.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'map/objects.gbasm') 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 -- cgit v1.2.3-70-g09d2