summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/credits.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index e2b820e68..7504898ca 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -188,10 +188,10 @@ Function109847:: ; 109847
call GetCreditsPalette
call Function32f9
- ld a, [$ff9e]
+ ld a, [hVBlank]
push af
ld a, $5
- ld [$ff9e], a
+ ld [hVBlank], a
ld a, $1
ld [$ffaa], a
xor a
@@ -215,7 +215,7 @@ Function109847:: ; 109847
ld [hLCDStatCustom], a
ld [hBGMapAddress], a
pop af
- ld [$ff9e], a
+ ld [hVBlank], a
pop af
ld [rSVBK], a
ret