Use constants for VBlank handlers
This commit is contained in:
@@ -76,7 +76,7 @@ Credits::
|
||||
; BUG: Credits sequence changes move selection menu behavior (see docs/bugs_and_glitches.md)
|
||||
ldh a, [hVBlank]
|
||||
push af
|
||||
ld a, $5
|
||||
ld a, VBLANK_CREDITS
|
||||
ldh [hVBlank], a
|
||||
ld a, TRUE
|
||||
ldh [hInMenu], a
|
||||
|
Reference in New Issue
Block a user