diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-08-15 14:39:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-15 14:39:01 -0500 |
commit | 51ecf10029f84dd5423cd59582d01eaee9140c0e (patch) | |
tree | 5cab0b7df99b3149b0b9baa2f0318acfda7f2b88 /include/pokemon.h | |
parent | 1ace1836679da5058213388ef825292eabbd6776 (diff) | |
parent | ae4d91ce501864fef180155927912c32d931e14e (diff) |
Merge pull request #671 from hiddenruby/master
Use constants defined in global.h, and add constants to match pokeemerald
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 783263aad..67ce267ab 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -137,7 +137,6 @@ #define STATUS_PRIMARY_POKERUS 0x6 #define STATUS_PRIMARY_FAINTED 0x7 -#define PARTY_SIZE 6 #define MAX_TOTAL_EVS 510 #define NUM_STATS 6 #define UNOWN_FORM_COUNT 28 |