summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-01-19 21:31:29 -0800
committeryenatch <yenatch@gmail.com>2015-01-19 21:31:29 -0800
commit3fe3cd1a46be17dd3f94b605ff7385a55358dd74 (patch)
tree98d0151315d06cdb085ccecd426243ce4463939d /engine
parent1aa28c7712cb23401f8c8af30e78672588743d87 (diff)
hVBlank
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