diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-23 14:46:03 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-24 02:57:45 -0500 |
commit | ef1f9ead0ba44c67185dccc616846646d7ce9257 (patch) | |
tree | ea1dea4c196acfc062cbe144911fa979e96218b2 /include/constants/global.h | |
parent | e97d3532d4d72a1fe9aec755cd2a3c6527484e27 (diff) |
Document Trainer Tower scripts
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 77ef6f203..1ecaf0201 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -34,6 +34,8 @@ #define QUEST_LOG_SCENE_COUNT 4 +#define NUM_TOWER_CHALLENGE_TYPES 4 + #define MALE 0 #define FEMALE 1 #define GENDER_COUNT 2 |