diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 15:11:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-30 15:11:41 -0400 |
commit | e6a71d1c3759fa3f5b4d71a8cd08b21905948a8c (patch) | |
tree | b2e84b0ba892bbdc6451128daaf00384a81c6386 /include/contest.h | |
parent | e8b47004b3e429a6d322853631b2375408d9563c (diff) |
Remainder of contest_effect.o(.text)
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index 2bcf32bef..4fef98f6e 100644 --- a/include/contest.h +++ b/include/contest.h @@ -226,7 +226,7 @@ struct UnknownContestStruct7 { u8 unk0[4]; s16 unk4; - u16 unk6; + s16 unk6; u8 unk8[5]; u8 unkD[4]; u8 unk11; @@ -284,5 +284,6 @@ void SetContestantStatusUnk14(u8 a, u8 b); void sub_80B157C(u8 p); bool8 Contest_IsMonsTurnDisabled(u8 a); bool8 sub_80B214C(u8 a); +void sub_80B141C(u8 a, u8 b); #endif // GUARD_CONTEST_H |