diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:23:20 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:23:20 -0500 |
commit | b254a4571d4db54e4fdf15302788acc47d0de08c (patch) | |
tree | 821b5b4649884e58c1991a339a6b44f02b6da221 /constants/wram_constants.asm | |
parent | 2f9a0d7d9f3e2ee0f1db0ef25cd47803bc0efdf6 (diff) |
ENGINE_BUG_CONTEST_ON -> ENGINE_MAIN_MENU_MOBILE_CHOICES (resolves #490)
Went with CHOICES instead of HIDDEN since setting the flag would presumably have shown the items, not hidden them
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 16 |
1 files changed, 8 insertions, 8 deletions
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 |