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/engine_flags.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/engine_flags.asm')
-rw-r--r-- | constants/engine_flags.asm | 2 |
1 files changed, 1 insertions, 1 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 |