diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-17 18:01:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 18:01:20 -0400 |
commit | 58b8d7c297576846aeef4173bbe8a6a71608ad98 (patch) | |
tree | 319f3958ba9d39b05eac1d8ca5d4937c1224577d /src/script_menu.c | |
parent | 945d3d3a27f6e5005e5481bb2ad36f1a2a220d3d (diff) | |
parent | 459fca289caa2be09864412c82a868862978f082 (diff) |
Merge branch 'master' into document-eventscripts
Diffstat (limited to 'src/script_menu.c')
-rw-r--r-- | src/script_menu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/script_menu.c b/src/script_menu.c index c1dc2af63..c31c8d76b 100644 --- a/src/script_menu.c +++ b/src/script_menu.c @@ -13,6 +13,7 @@ #include "strings.h" #include "task.h" #include "text.h" +#include "constants/field_specials.h" #include "constants/items.h" #include "constants/songs.h" @@ -1493,8 +1494,8 @@ static void sub_80E2578(void) count = temp; if (count == 7) { - gSpecialVar_0x8004 = 11; - sub_813A128(); + gSpecialVar_0x8004 = SCROLL_MULTI_SS_TIDAL_DESTINATION; + ShowScrollableMultichoice(); } else { |