diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 12:43:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 12:43:00 -0400 |
commit | 9007978827e723c6d4fb4978ae8dc94f8a3900ab (patch) | |
tree | 3d4af4c67a74ce4c8f98968f0274de68797bef31 /include | |
parent | b125a4057419ab9efe6dbd1e911abd5de2200b9b (diff) |
through ContestEffect_47
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index 6e3d64cd1..2bcf32bef 100644 --- a/include/contest.h +++ b/include/contest.h @@ -225,7 +225,7 @@ struct UnknownContestStruct5 struct UnknownContestStruct7 { u8 unk0[4]; - u16 unk4; + s16 unk4; u16 unk6; u8 unk8[5]; u8 unkD[4]; @@ -277,6 +277,8 @@ extern u16 gUnknown_02038688[4]; extern u8 gContestFinalStandings[4]; extern u8 gUnknown_02038696[4]; extern u8 gUnknown_0203869B; +extern u16 gSpecialVar_ContestCategory; + void SetContestantStatusUnk13(u8 a, u8 b); void SetContestantStatusUnk14(u8 a, u8 b); void sub_80B157C(u8 p); |