diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 13:48:11 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-04-27 13:48:11 -0400 |
commit | 541c069857d5207b5c2d5856c83f5774d24b261e (patch) | |
tree | abcd35a7a049d8ddef6e52ebd3b314af32a23ea1 /include/constants | |
parent | 2e74b9c2eb0f80b81f91933fbb58ff6995b55e42 (diff) |
Sync trainer_battle.inc
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 8e7c01eb5..5d1539179 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -141,4 +141,8 @@ #define NUM_STATS 6 #define UNOWN_FORM_COUNT 28 +#define PLAYER_HAS_TWO_USABLE_MONS 0 +#define PLAYER_HAS_ONE_MON 1 +#define PLAYER_HAS_ONE_USABLE_MON 2 + #endif // GUARD_CONSTANTS_POKEMON_H |