slight updates

This commit is contained in:
Seth Barberee
2024-09-19 19:03:55 -07:00
parent 0ceb445c25
commit 3311aa476e
3 changed files with 5 additions and 33 deletions

View File

@@ -6,8 +6,9 @@ struct unkStruct_8069D4C
s16 id;
Position pos;
s16 HP;
/* 0x0 */ u8 att[2]; // Atk, SpAtk
/* 0x2 */ u8 def[2]; // Def, SpDef
// NOTE: cannot re-use offense struct as it pads.
u8 att[2]; // Atk, SpAtk
u8 def[2]; // Def, SpDef
u16 level;
u32 exp;
FixedPoint belly;