diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/engine_flags.asm | 2 | ||||
-rw-r--r-- | constants/wram_constants.asm | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index 7941f3b10..9b2eaaeaf 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -22,7 +22,7 @@ const ENGINE_CAUGHT_POKERUS const ENGINE_ROCKET_SIGNAL_ON_CH20 const ENGINE_CREDITS_SKIP - const ENGINE_BUG_CONTEST_ON ; 10 + const ENGINE_MAIN_MENU_MOBILE_CHOICES ; 10 ; wStatusFlags2 const ENGINE_BUG_CONTEST_TIMER const ENGINE_SAFARI_ZONE diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 8162f5bc1..9f9132a66 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -150,14 +150,14 @@ NUM_OBJECTS EQU $10 ; wStatusFlags:: ; d84c const_def - const STATUSFLAGS_POKEDEX_F ; 0 - const STATUSFLAGS_UNOWN_DEX_F ; 1 - const STATUSFLAGS_FLASH_F ; 2 - const STATUSFLAGS_CAUGHT_POKERUS_F ; 3 - const STATUSFLAGS_ROCKET_SIGNAL_F ; 4 - const STATUSFLAGS_NO_WILD_ENCOUNTERS_F ; 5 - const STATUSFLAGS_HALL_OF_FAME_F ; 6 - const STATUSFLAGS_BUG_CONTEST_ON_F ; 7 + const STATUSFLAGS_POKEDEX_F ; 0 + const STATUSFLAGS_UNOWN_DEX_F ; 1 + const STATUSFLAGS_FLASH_F ; 2 + const STATUSFLAGS_CAUGHT_POKERUS_F ; 3 + const STATUSFLAGS_ROCKET_SIGNAL_F ; 4 + const STATUSFLAGS_NO_WILD_ENCOUNTERS_F ; 5 + const STATUSFLAGS_HALL_OF_FAME_F ; 6 + const STATUSFLAGS_MAIN_MENU_MOBILE_CHOICES_F ; 7 ; wStatusFlags2:: ; d84d const_def |