aboutsummaryrefslogtreecommitdiff
path: root/animations/laser.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'animations/laser.gbasm')
-rw-r--r--animations/laser.gbasm5
1 files changed, 3 insertions, 2 deletions
diff --git a/animations/laser.gbasm b/animations/laser.gbasm
index fba2df4..5c70eaf 100644
--- a/animations/laser.gbasm
+++ b/animations/laser.gbasm
@@ -100,8 +100,6 @@ Laser_Animation:
LD HL, $mem_oam_buffer
LD A, $mem_oam_buffer_low
LD L, A
- ADD $08
- LD $mem_oam_buffer_low, A
LD A, C
LD (HL+), A
@@ -113,6 +111,9 @@ Laser_Animation:
LD A, $00
LD (HL+), A
+ LD A, L
+ LD $mem_oam_buffer_low, A
+
POP HL
RET