diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 12:40:29 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-23 12:40:29 -0500 |
commit | c5cc23a35fa2c544e3fa8f5101878ba2127ca83e (patch) | |
tree | a4e64836ff970e4338a46d66c8b4c3c48e29bc01 /engine/intro_menu.asm | |
parent | 682548493be7f20b8b7fb26ab0c367c3c24430ed (diff) |
wGameTimerPause bit flag constants
Diffstat (limited to 'engine/intro_menu.asm')
-rwxr-xr-x | engine/intro_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/intro_menu.asm b/engine/intro_menu.asm index a99303cf0..e8a3f221a 100755 --- a/engine/intro_menu.asm +++ b/engine/intro_menu.asm @@ -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 |