From ba9792e303bf8705334d2645167ae5e5a921460a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 31 Mar 2018 09:57:43 -0400 Subject: more renaming; wtf was that struct INCBIN_U8 nonsense --- include/contest.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'include/contest.h') diff --git a/include/contest.h b/include/contest.h index 40a9ad099..8c3495920 100644 --- a/include/contest.h +++ b/include/contest.h @@ -297,16 +297,6 @@ struct ContestantStatus /*0x1B*/ u8 unk1B; }; -struct UnknownContestStruct3 -{ - u8 unk0; - u8 unk1; - //u8 unk2_0:1; - //u8 unk2_1:1; - u8 unk2; // maybe a bitfield - u8 filler3; -}; - // possibly the same as UnknownContestStruct3? struct UnknownContestStruct4 { @@ -315,7 +305,6 @@ struct UnknownContestStruct4 u8 unk2_0:1; u8 unk2_1:1; u8 unk2_2:1; - u8 filler3; }; struct UnknownContestStruct5 @@ -331,7 +320,7 @@ struct UnknownContestStruct7 u8 turnOrder[4]; s16 jam; s16 jam2; - u8 unk8[5]; + u8 jamQueue[5]; u8 unkD[4]; u8 contestant; }; -- cgit v1.2.3