From d26de1d236c7f3358e56733955460078e07712c7 Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sun, 8 Apr 2018 14:37:01 -0700 Subject: Add 'fainted' and 'pokerus' primary status defines --- include/pokemon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/pokemon.h') 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 -- cgit v1.2.3