summaryrefslogtreecommitdiff
path: root/engine/opening_cutscene.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/opening_cutscene.asm')
-rw-r--r--engine/opening_cutscene.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/opening_cutscene.asm b/engine/opening_cutscene.asm
index d97f3ea..11ba902 100644
--- a/engine/opening_cutscene.asm
+++ b/engine/opening_cutscene.asm
@@ -142,7 +142,7 @@ IntroScene1: ; 43b8
ld a, $80
ld [wIntroFrameCounter1], a
- ld a, $42
+ ld a, LOW(rSCY)
ldh [hLCDCPointer], a
call Intro_InitSineLYOverrides