diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:00:36 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:00:36 +0100 |
commit | 1b0cfb075723af7b457ec118eca2888df449bf9e (patch) | |
tree | 10d1e3635e50be6b4909f56097652fe4b989e373 /include/constants/pokemon.h | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) |
Party Size and Num Stats
Diffstat (limited to 'include/constants/pokemon.h')
-rw-r--r-- | include/constants/pokemon.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 78c1583b4..1a4741574 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -74,7 +74,10 @@ #define STAT_SPEED 3 #define STAT_SPATK 4 #define STAT_SPDEF 5 -#define STAT_ACC 6 // only in battles -#define STAT_EVASION 7 // only in battles +#define STAT_ACC 6 // Only in battles. +#define STAT_EVASION 7 // Only in battles. + +#define NUM_STATS 6 +#define NUM_BATTLE_STATS 8 #endif // GUARD_CONSTANTS_POKEMON_H |