diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 14:25:52 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2020-12-10 14:25:52 +0700 |
commit | 9d8ae4c2563eddfd6939aaf1559a8da56f319cc3 (patch) | |
tree | c02f7f2f68699410f84586fb4f7f5e6a4e894eca | |
parent | 25a4edfe6f71abcbda22fac47f7399bfda4e276b (diff) |
Intro: contextualize rLCDC pointer
-rw-r--r-- | engine/opening_cutscene.asm | 2 |
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 |