From 1a6621e5b1da42ee4b6b9132790ec744efc009c2 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 24 Jan 2025 18:08:33 +0900 Subject: Add laser enemy attack --- animations/sparkles.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animations/sparkles.gbasm') diff --git a/animations/sparkles.gbasm b/animations/sparkles.gbasm index 166332c..f91f45c 100644 --- a/animations/sparkles.gbasm +++ b/animations/sparkles.gbasm @@ -55,8 +55,6 @@ Sparkle_Animation: LD HL, $mem_oam_buffer LD A, $mem_oam_buffer_low LD L, A - ADD $08 - LD $mem_oam_buffer_low, A LD D, E SRA D @@ -94,6 +92,8 @@ Sparkle_Animation: LD A, $00 LD (HL+), A + LD A, L + LD $mem_oam_buffer_low, A POP HL RET -- cgit v1.2.3-70-g09d2