From e69606b5cb75ebb433f462ea7859ac9fbf025561 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Mon, 11 Sep 2017 19:42:37 +0200 Subject: praise cam the CHAMP man --- include/pokemon.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'include') diff --git a/include/pokemon.h b/include/pokemon.h index a7d89ea29..dc81b28e2 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -374,6 +374,16 @@ enum STAT_STAGE_EVASION, // 7 }; +enum +{ + STAT_HP, // 0 + STAT_ATK, // 1 + STAT_DEF, // 2 + STAT_SPD, // 3 + STAT_SPATK, // 4 + STAT_SPDEF, // 5 +}; + struct BaseStats { /* 0x00 */ u8 baseHP; -- cgit v1.2.3