diff options
| author | YamaArashi <shadow962@live.com> | 2017-05-07 12:08:57 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2017-05-07 12:09:15 -0700 |
| commit | 68ce0d8bb0369c2e3178241e97bdd5051eac53c9 (patch) | |
| tree | 95e6243ad91aeaad5182d5bd9fb09895ab8df5f3 /include | |
| parent | 91208b74b8e7cf6c18526417d7a3c093c955c1fe (diff) | |
decompile EV and pokerus functions
Diffstat (limited to 'include')
| -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, |
