diff options
Diffstat (limited to 'engine/credits.asm')
-rw-r--r-- | engine/credits.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/credits.asm b/engine/credits.asm index 4620dd7e2..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 @@ -258,8 +258,8 @@ Function109926: ; 109926 ld a, [$cf63] and $f ld e, a - ld d, $0 - ld hl, $5937 + ld d, 0 + ld hl, Jumptable_109937 add hl, de add hl, de ld a, [hli] |