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:
@@ -39,7 +39,7 @@ UpdateGameTimer:: ; 20ad
|
||||
|
||||
; Is the timer paused?
|
||||
ld hl, wGameTimerPause
|
||||
bit 0, [hl]
|
||||
bit GAMETIMERPAUSE_TIMER_PAUSED_F, [hl]
|
||||
ret z
|
||||
|
||||
; Is the timer already capped?
|
||||
|
||||
Reference in New Issue
Block a user