diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-29 10:24:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-29 10:24:30 -0400 |
commit | 8a61d647fc81ca392dbcf7458db5b528a1a744a6 (patch) | |
tree | 86bb74a82eee51d49e1fe3d7051449abc59a9f7b /include/contest.h | |
parent | 7eb178c36e5d4c5dba5f600346228969f4e33b9a (diff) |
through ContestEffect_08
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/contest.h b/include/contest.h index f8879f8a5..241fd19fc 100644 --- a/include/contest.h +++ b/include/contest.h @@ -227,7 +227,9 @@ struct UnknownContestStruct7 u8 unk0[4]; u16 unk4; u16 unk6; - u8 filler8[0xD-8]; + u8 unk8; + u8 unk9; + u8 fillerA[3]; u8 unkD[4]; u8 unk11; u8 filler12[2]; @@ -277,6 +279,7 @@ extern u16 gUnknown_02038688[4]; extern u8 gContestFinalStandings[4]; extern u8 gUnknown_02038696[4]; extern u8 gUnknown_0203869B; -void sub_80B13EC(u8 a, u8 b); +void SetContestantStatusUnk13(u8 a, u8 b); +void SetContestantStatusUnk14(u8 a, u8 b); #endif // GUARD_CONTEST_H |