diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 11:07:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:07:47 -0500 |
commit | 04130a97d9ff799c9f1b439d091c0116adb31bfb (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /include/constants/global.h | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) | |
parent | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (diff) |
Merge pull request #239 from GriffinRichards/doc-ttower
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 7f3c80bb4..ae9a0da3b 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 |