diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-25 13:23:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-25 13:23:46 -0400 |
commit | 00675eaafba7605bdbf5c16984975e4ed6ad6bde (patch) | |
tree | 11256735c3a94000f56101ce0c5d3ff393ca8a2e /include/constants | |
parent | 0a440d658b2d4a311381b1d297872e7eece7486f (diff) |
script_menu data
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/menu.h | 7 | ||||
-rw-r--r-- | include/constants/seagallop.h | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/include/constants/menu.h b/include/constants/menu.h new file mode 100644 index 000000000..b981cca9e --- /dev/null +++ b/include/constants/menu.h @@ -0,0 +1,7 @@ +#ifndef GUARD_CONSTANTS_MENU_H +#define GUARD_CONSTANTS_MENU_H + +#define SCR_MENU_CANCEL 127 +#define SCR_MENU_UNSET 255 + +#endif //GUARD_CONSTANTS_MENU_H diff --git a/include/constants/seagallop.h b/include/constants/seagallop.h index eff4eb7a5..68e847445 100644 --- a/include/constants/seagallop.h +++ b/include/constants/seagallop.h @@ -13,4 +13,6 @@ #define SEAGALLOP_NAVEL_ROCK 9 #define SEAGALLOP_BIRTH_ISLAND 10 +#define SEAGALLOP_MORE 254 + #endif //GUARD_CONSTANTS_SEAGALLOP_H |