summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-11 19:42:37 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-11 19:42:37 +0200
commite69606b5cb75ebb433f462ea7859ac9fbf025561 (patch)
tree438fc5ae375f918b4bceff9c639f7660c64b15ec /include
parent8e88f2790af8e98d695c35088cf7b493356ae03c (diff)
praise cam the CHAMP man
Diffstat (limited to 'include')
-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;