From 18d7d064daf704193f8dff6b2ef3ae68b7fc3aac Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 18 Feb 2025 19:03:42 +0900 Subject: Did a bunch of things I honestly don't remember everything but now basic attack is broken --- map/objects.gbasm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'map') 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 -- cgit v1.2.3-70-g09d2