summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h10
1 files changed, 10 insertions, 0 deletions
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;