diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-22 18:32:30 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-22 18:49:23 -0500 |
commit | f5e9d5be6051c12558e51d5841afe32034bfe98a (patch) | |
tree | 3bc934a4819c51fef19194c92bf6382d4ad874e8 /include/pokemon.h | |
parent | 5891cedc1bf4c9c95d60e5118c2809895d6191a5 (diff) |
various fixes before merge
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 9dd7ba06c..2c1a2018b 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -349,6 +349,18 @@ struct BattlePokemon /*0x54*/ u32 otId; }; +enum +{ + STAT_STAGE_HP, // 0 + STAT_STAGE_ATK, // 1 + STAT_STAGE_DEF, // 2 + STAT_STAGE_SPEED, // 3 + STAT_STAGE_SPATK, // 4 + STAT_STAGE_SPDEF, // 5 + STAT_STAGE_ACC, // 6 + STAT_STAGE_EVASION, // 7 +}; + struct BaseStats { /*0x00*/ u8 baseHP; |