diff options
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 39bde80cb..3be89c868 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -115,6 +115,8 @@ #define TYPE_DARK 0x11 #define PARTY_SIZE 6 +#define MAX_TOTAL_EVS 510 +#define NUM_STATS 6 enum { NATURE_HARDY, |