diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-30 11:07:38 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-30 11:07:38 -0400 |
commit | 43567f631bd3ccf4539a277d5b2f01a6bc0b518e (patch) | |
tree | be0915d1a647521ee6755ae72e2b5b9bea7e7919 /src/battle_2.c | |
parent | e98044024f37fadb12ff4a41eea34093e67b051b (diff) |
UnkBattleStruct is actually UnknownStruct11
Diffstat (limited to 'src/battle_2.c')
-rw-r--r-- | src/battle_2.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/battle_2.c b/src/battle_2.c index e5091bd08..119085e14 100644 --- a/src/battle_2.c +++ b/src/battle_2.c @@ -72,31 +72,6 @@ struct UnknownStruct10 u8 filler4[8]; }; -struct UnknownStruct11 -{ - u8 unk0; - u8 unk1; - u8 unk2; - u8 unk3; - u8 unk4; - u8 unk5_0:1; - u8 unk5_1:1; - u16 unk6; - u8 unk8[10]; - u8 unk12; - u8 unk13; - u8 unk14[10]; - u8 filler1E[2]; - u16 unk20; - u16 unk22; - u16 unk24; - u16 unk26; - u16 unk28; - u8 unk2A[10]; - u8 filler34[2]; - u8 unk36[10]; -}; - struct UnknownStruct12 { u32 unk0; |