diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-08 16:01:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 16:01:27 -0400 |
commit | ebade7affb31d5bcdc17cdcd3895758010ee6f66 (patch) | |
tree | 31c604514512b6bb3cd9e52bee799f35de1e3fad /include/constants/field_specials.h | |
parent | 9ff261ac2a249a669a42381509ef288287535b4f (diff) | |
parent | 431c60c92c59ba0c2d5a658e0c490f46162bb5d2 (diff) |
Merge pull request #1079 from GriffinRichards/doc-confetti
Document Contest Util and confetti effects
Diffstat (limited to 'include/constants/field_specials.h')
-rw-r--r-- | include/constants/field_specials.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/field_specials.h b/include/constants/field_specials.h index a2dc117e4..a01151378 100644 --- a/include/constants/field_specials.h +++ b/include/constants/field_specials.h @@ -75,4 +75,9 @@ #define FANCLUB_MEMBER7 14 #define FANCLUB_MEMBER8 15 +#define FANCOUNTER_DEFEATED_DRAKE 0 +#define FANCOUNTER_BATTLED_AT_BASE 1 +#define FANCOUNTER_FINISHED_CONTEST 2 +#define FANCOUNTER_USED_BATTLE_TOWER 3 + #endif // GUARD_CONSTANTS_FIELD_SPECIALS_H |