This commit is contained in:
@@ -77,11 +77,12 @@ Credits::
|
||||
|
||||
call GetCreditsPalette
|
||||
call SetDefaultBGPAndOBP
|
||||
; BUG: Credits sequence changes move selection menu behavior (see docs/bugs_and_glitches.md)
|
||||
ldh a, [hVBlank]
|
||||
push af
|
||||
ld a, VBLANK_CREDITS
|
||||
ldh [hVBlank], a
|
||||
ldh a, [hInMenu]
|
||||
push af
|
||||
ld a, TRUE
|
||||
ldh [hInMenu], a
|
||||
xor a
|
||||
@@ -105,6 +106,8 @@ Credits::
|
||||
ldh [hLCDCPointer], a
|
||||
ldh [hBGMapAddress], a
|
||||
pop af
|
||||
ldh [hInMenu], a
|
||||
pop af
|
||||
ldh [hVBlank], a
|
||||
pop af
|
||||
ldh [rWBK], a
|
||||
|
Reference in New Issue
Block a user