wGameTimerPause bit flag constants
This commit is contained in:
@@ -484,8 +484,8 @@ FinishContinueFunction: ; 5e5d
|
||||
ld [wDontPlayMapMusicOnReload], a
|
||||
ld [wLinkMode], a
|
||||
ld hl, wGameTimerPause
|
||||
set 0, [hl]
|
||||
res 7, [hl]
|
||||
set GAMETIMERPAUSE_TIMER_PAUSED_F, [hl]
|
||||
res GAMETIMERPAUSE_MOBILE_7_F, [hl]
|
||||
ld hl, wEnteredMapFromContinue
|
||||
set 1, [hl]
|
||||
farcall OverworldLoop
|
||||
|
@@ -10,7 +10,7 @@ MainMenu: ; 49cdc
|
||||
call GetSGBLayout
|
||||
call SetPalettes
|
||||
ld hl, wGameTimerPause
|
||||
res 0, [hl]
|
||||
res GAMETIMERPAUSE_TIMER_PAUSED_F, [hl]
|
||||
call MainMenu_GetWhichMenu
|
||||
ld [wWhichIndexSet], a
|
||||
call MainMenu_PrintCurrentTimeAndDay
|
||||
|
@@ -2804,12 +2804,12 @@ Script_halloffame:
|
||||
; script command 0xa1
|
||||
|
||||
ld hl, wGameTimerPause
|
||||
res 0, [hl]
|
||||
res GAMETIMERPAUSE_TIMER_PAUSED_F, [hl]
|
||||
farcall StubbedTrainerRankings_HallOfFame
|
||||
farcall StubbedTrainerRankings_HallOfFame2
|
||||
farcall HallOfFame
|
||||
ld hl, wGameTimerPause
|
||||
set 0, [hl]
|
||||
set GAMETIMERPAUSE_TIMER_PAUSED_F, [hl]
|
||||
jr ReturnFromCredits
|
||||
|
||||
Script_credits:
|
||||
|
Reference in New Issue
Block a user