diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-23 00:36:49 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-23 00:36:49 -0400 |
commit | de6e1e9ecf72f9ffad23d83a3cfccdbabd2b239b (patch) | |
tree | a18a0f3c2ab9c22bac51622e2586275d57229f2b /include/constants/script_menu.h | |
parent | a180d2af49250b9cf005ce1635e5e59c7e6848c4 (diff) |
Use multi constants from merge
Diffstat (limited to 'include/constants/script_menu.h')
-rw-r--r-- | include/constants/script_menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/script_menu.h b/include/constants/script_menu.h index b7ec908c1..928ca00e0 100644 --- a/include/constants/script_menu.h +++ b/include/constants/script_menu.h @@ -13,8 +13,8 @@ #define MULTI_ENTERINFO 2 #define MULTI_CONTEST_INFO 3 #define MULTI_CONTEST_TYPE 4 -#define MULTI_DECOR_NOREGISTRY 5 -#define MULTI_DECOR_REGISTRY 6 +#define MULTI_BASE_PC_NO_REGISTRY 5 +#define MULTI_BASE_PC_WITH_REGISTRY 6 #define MULTI_REGISTER_MENU 7 #define MULTI_SSTIDAL_LILYCOVE 8 // Exit only, populated by CreateLilycoveSSTidalMultichoice #define MULTI_UNUSED_9 9 |