praise cam the CHAMP man

This commit is contained in:
DizzyEggg
2017-09-11 19:42:37 +02:00
parent 8e88f2790a
commit e69606b5cb
2 changed files with 54 additions and 30 deletions

View File

@@ -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;