diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/wram_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 422334e47..15846d896 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -16,6 +16,10 @@ AUTO_INPUT EQU $ff const TEMPMON ; 3 const WILDMON ; 4 +; wGameTimerPause:: ; cfbc +GAMETIMERPAUSE_TIMER_PAUSED_F EQU 0 +GAMETIMERPAUSE_MOBILE_7_F EQU 7 + ; Options:: ; cfcc const_value set 4 const NO_TEXT_SCROLL ; 4 |