diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-13 14:24:07 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-17 16:50:17 -0500 |
commit | aac9658a8ee9a23bbb7cf8a56496a49b8cdbe61d (patch) | |
tree | 9356521698b20844deb99aee7fecca22b323a4f7 /src/script_menu.c | |
parent | 06af24bce58b9285166d27fc371ad3c3dbb63a29 (diff) |
Document some field_specials data
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 { |