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
This commit is contained in:
Rangi
2018-02-25 22:23:20 -05:00
parent 2f9a0d7d9f
commit b254a4571d
5 changed files with 13 additions and 13 deletions

View File

@@ -168,7 +168,7 @@ MainMenu_GetWhichMenu: ; 49da4
jr nz, .mystery_gift
; This check makes no difference.
ld a, [wStatusFlags]
bit STATUSFLAGS_BUG_CONTEST_ON_F, a
bit STATUSFLAGS_MAIN_MENU_MOBILE_CHOICES_F, a
ld a, $1 ; Continue
jr z, .ok
jr .ok
@@ -183,7 +183,7 @@ MainMenu_GetWhichMenu: ; 49da4
.mystery_gift
; This check makes no difference.
ld a, [wStatusFlags]
bit STATUSFLAGS_BUG_CONTEST_ON_F, a
bit STATUSFLAGS_MAIN_MENU_MOBILE_CHOICES_F, a
jr z, .ok3
jr .ok3