Fix ContestPokemon offset-named field

This commit is contained in:
GriffinR 2020-08-18 07:30:18 -04:00
parent 65bd2faf94
commit 19cf1b9770

View File

@ -99,7 +99,7 @@ struct ContestPokemon
u8 sheen;
u8 highestRank;
bool8 gameCleared;
u8 unk2C[10];
u8 unused[10];
u32 personality;
u32 otId;
};