diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-08 14:37:01 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-04-08 14:37:01 -0700 |
commit | d26de1d236c7f3358e56733955460078e07712c7 (patch) | |
tree | 00374183cd83537f70b407bb046008c1ff9bf319 /include/pokemon.h | |
parent | 0a3b052bdc89eacddd1152049983c89dde37e7e4 (diff) |
Add 'fainted' and 'pokerus' primary status defines
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 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 |