You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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
|
||||
|
Reference in New Issue
Block a user