aboutsummaryrefslogtreecommitdiff
path: root/animations/sparkles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-01-24 18:08:33 +0900
committerAstatin <[email protected]>2025-01-24 18:08:33 +0900
commit1a6621e5b1da42ee4b6b9132790ec744efc009c2 (patch)
tree89aeb457555655d2e4ed74a0fe32bfca74851a26 /animations/sparkles.gbasm
parent57326c9acf9cbb025d54093fb90fd70614659400 (diff)
Add laser enemy attack
Diffstat (limited to 'animations/sparkles.gbasm')
-rw-r--r--animations/sparkles.gbasm4
1 files changed, 2 insertions, 2 deletions
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