You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wGameTimerPause bit flag constants
This commit is contained in:
@ -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