diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-09-27 10:18:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 10:18:27 -0400 |
commit | 3d9bad5558c6ef8828be7a50e3e553d55ca877e0 (patch) | |
tree | 1ea4e595b35a0e248af16a09e1a0d7bd9a2afe6a /include/constants/script_menu.h | |
parent | 208e1c968959c781562f0b94c03368385ce7012c (diff) | |
parent | 0c1f1281dab28d481e717ff1343a213b4e0da2a8 (diff) |
Merge pull request #778 from GriffinRichards/document-eventscripts
Document some of event_scripts.s
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 |