diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-06 02:12:00 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-09-06 02:12:00 -0400 |
commit | 9fbcd552de64511dd45c1306b5fcb9bd789b3ea4 (patch) | |
tree | a0f925284c7471e5551144f42e04568f6872c0b6 /include/constants/global.h | |
parent | 8c6b5648d4186022e674e5782aad01d3e8dd32e6 (diff) |
document remainder of secret_base scripts, delete unneeded scripts.incs
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index a862ecad2..0507f22cc 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -46,11 +46,14 @@ #define BAG_TMHM_COUNT 64 #define BAG_BERRIES_COUNT 46 #define EVENT_OBJECT_TEMPLATES_COUNT 64 +#define DECOR_MAX_SECRET_BASE 16 +#define DECOR_MAX_PLAYERS_HOUSE 12 #define PYRAMID_BAG_ITEMS_COUNT 10 #define HALL_FACILITIES_COUNT 9 // 7 facilities for single mode + tower double mode + tower multi mode. #define TRAINER_ID_LENGTH 4 +#define PARTY_SIZE 6 // string lengths #define ITEM_NAME_LENGTH 14 |