aboutsummaryrefslogtreecommitdiff
path: root/animations/rotatingball.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'animations/rotatingball.gbasm')
-rw-r--r--animations/rotatingball.gbasm5
1 files changed, 3 insertions, 2 deletions
diff --git a/animations/rotatingball.gbasm b/animations/rotatingball.gbasm
index 2d89cbe..e7e4cbd 100644
--- a/animations/rotatingball.gbasm
+++ b/animations/rotatingball.gbasm
@@ -67,8 +67,6 @@ Rotating_Ball_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, (DE)
ADD C
@@ -84,6 +82,9 @@ Rotating_Ball_Animation:
LD A, $00
LD (HL+), A
+ LD A, L
+ LD $mem_oam_buffer_low, A
+
POP HL
RET