diff options
author | Thomas Winwood <twwinwood@gmail.com> | 2020-08-28 02:25:02 +0100 |
---|---|---|
committer | Thomas Winwood <twwinwood@gmail.com> | 2020-08-28 02:25:02 +0100 |
commit | 58786a7ac03b919254d381dd705ea7a82b5a041c (patch) | |
tree | 6a256fc92b9729c8ea5e1ccbdce10cac3000b1f5 /include/constants | |
parent | d7e31f5a8558a5ae87f5da43469771ca32ca00d0 (diff) |
Add MAX_PER_STAT_EVS macro
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/pokemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/pokemon.h b/include/constants/pokemon.h index 286726838..f026fa0e3 100644 --- a/include/constants/pokemon.h +++ b/include/constants/pokemon.h @@ -230,6 +230,7 @@ #define STATUS_PRIMARY_POKERUS 6 #define STATUS_PRIMARY_FAINTED 7 +#define MAX_PER_STAT_EVS 255 #define MAX_TOTAL_EVS 510 #define EV_ITEM_RAISE_LIMIT 100 |