diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-28 18:35:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-28 18:44:38 -0400 |
commit | a60d6675d7f802215150e6df4c771b965e5df3dc (patch) | |
tree | cb8a73f2bb2029e2f94e28a33f822473bfe67bcc /include/constants | |
parent | 9ed87063f1682488a809f95dd578dec37d916aad (diff) |
Trainer tower sets to C
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trainer_tower.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/trainer_tower.h b/include/constants/trainer_tower.h index 6372a30e8..823adcf3e 100644 --- a/include/constants/trainer_tower.h +++ b/include/constants/trainer_tower.h @@ -4,6 +4,7 @@ #define CHALLENGE_TYPE_SINGLE 0 #define CHALLENGE_TYPE_DOUBLE 1 #define CHALLENGE_TYPE_KNOCKOUT 2 +#define CHALLENGE_TYPE_MIXED 3 // Mixed challenges use one of the above 3 for each floor #define CHALLENGE_STATUS_LOST 0 |