summaryrefslogtreecommitdiff
path: root/include/contest.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-03-31 09:57:43 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-03-31 09:57:43 -0400
commitba9792e303bf8705334d2645167ae5e5a921460a (patch)
tree73e9df16106a653e89327004a9b37f932464f741 /include/contest.h
parent32b86c14aa57c6e055670daf76f8e1dbccfe00c3 (diff)
more renaming; wtf was that struct INCBIN_U8 nonsense
Diffstat (limited to 'include/contest.h')
-rw-r--r--include/contest.h13
1 files changed, 1 insertions, 12 deletions
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;
};