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 --- animations/laser.gbasm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'animations/laser.gbasm') diff --git a/animations/laser.gbasm b/animations/laser.gbasm index e466652..c76b464 100644 --- a/animations/laser.gbasm +++ b/animations/laser.gbasm @@ -49,7 +49,7 @@ Laser_Animation: LD A, (HL) SUB $02 - JP C, =.End_animation + JP C, =End_animation LD E, A LD (HL), A @@ -128,10 +128,3 @@ Laser_Animation: POP HL RET - - .End_animation: - LD A, L - AND $fc - LD L, A - LD (HL), $00 - RET -- cgit v1.2.3-70-g09d2