diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-28 00:22:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 00:22:31 -0400 |
commit | f7d82f940e6320ab11674d14a43ce0fd45451780 (patch) | |
tree | d3ba81861f0960b847b535befde50924e25d223e /include | |
parent | 47e8a76f1e67361f0cca6d79da783938353e9d35 (diff) | |
parent | 58786a7ac03b919254d381dd705ea7a82b5a041c (diff) |
Merge pull request #1157 from ketsuban/max-evs-per-stat
Add MAX_PER_STAT_EVS macro
Diffstat (limited to 'include')
-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 |