diff options
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 9e3dd2e34..82ec9d644 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -134,6 +134,8 @@ #define STATUS_PRIMARY_SLEEP 0x3 #define STATUS_PRIMARY_FREEZE 0x4 #define STATUS_PRIMARY_BURN 0x5 +#define STATUS_PRIMARY_POKERUS 0x6 +#define STATUS_PRIMARY_FAINTED 0x7 #define PARTY_SIZE 6 #define MAX_TOTAL_EVS 510 |