aboutsummaryrefslogtreecommitdiffstats
path: root/engine/movie/splash.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/movie/splash.asm')
-rw-r--r--engine/movie/splash.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/movie/splash.asm b/engine/movie/splash.asm
index 7f06c68b..cc5526ae 100644
--- a/engine/movie/splash.asm
+++ b/engine/movie/splash.asm
@@ -133,7 +133,7 @@ AnimateShootingStar:
; shift the existing OAM entries down to make room for the next wave
ld hl, wShadowOAMSprite04
ld de, wShadowOAM
- ld bc, $50
+ ld bc, OBJ_SIZE * 20
call CopyData
pop af