summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-18 07:30:18 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-18 07:30:18 -0400
commit19cf1b9770d8ec98aec3100a1aa1b9399a8c54bf (patch)
treeece1840f843702973b37a1f19f78669f6e50ec5f /include/contest.h
parent65bd2faf9460d4e5986c30e54b283d7674d77c55 (diff)
Fix ContestPokemon offset-named field
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h
index e4cda6e25..9a4b3425d 100644
--- a/include/contest.h
+++ b/include/contest.h
@@ -99,7 +99,7 @@ struct ContestPokemon
u8 sheen;
u8 highestRank;
bool8 gameCleared;
- u8 unk2C[10];
+ u8 unused[10];
u32 personality;
u32 otId;
};