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 /maps/ElmsLab.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 'maps/ElmsLab.asm')
-rw-r--r-- | maps/ElmsLab.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/ElmsLab.asm b/maps/ElmsLab.asm index 8490fed48..4d936906c 100644 --- a/maps/ElmsLab.asm +++ b/maps/ElmsLab.asm @@ -338,7 +338,7 @@ ElmAfterTheftScript: writetext ElmAfterTheftText5 buttonsound setevent EVENT_GAVE_MYSTERY_EGG_TO_ELM - setflag ENGINE_BUG_CONTEST_ON + setflag ENGINE_MAIN_MENU_MOBILE_CHOICES setmapscene ROUTE_29, SCENE_ROUTE29_CATCH_TUTORIAL clearevent EVENT_ROUTE_30_YOUNGSTER_JOEY setevent EVENT_ROUTE_30_BATTLE |