diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-07 12:48:47 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-08 14:31:17 -0600 |
commit | 084bd669244d03e75a08fb618199fd4e8aaf784a (patch) | |
tree | 128c94793acc52afe7819930892d5dfca63b6d2b /include/constants/pokemon.h | |
parent | faeb974c46275f466a4f4d513734d8bccf4485ab (diff) |
Document Trainer Card
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index c90e6465e..b5c60f64d 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -279,4 +279,7 @@ #define EVOS_PER_MON 5 +#define NUM_MALE_LINK_FACILITY_CLASSES 8 +#define NUM_FEMALE_LINK_FACILITY_CLASSES 8 + #endif // GUARD_CONSTANTS_POKEMON_H |