wGameTimerPause bit flag constants

This commit is contained in:
Rangi
2018-01-23 12:40:29 -05:00
parent 682548493b
commit c5cc23a35f
9 changed files with 20 additions and 15 deletions

View File

@ -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: