summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-05-30 11:07:38 -0400
committerscnorton <scnorton@biociphers.org>2017-05-30 11:07:38 -0400
commit43567f631bd3ccf4539a277d5b2f01a6bc0b518e (patch)
treebe0915d1a647521ee6755ae72e2b5b9bea7e7919 /include/battle.h
parente98044024f37fadb12ff4a41eea34093e67b051b (diff)
UnkBattleStruct is actually UnknownStruct11
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h
index be474b59f..858e493f1 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -146,4 +146,29 @@ extern struct UnknownStruct1 unk_2016A00;
extern struct UnknownStruct4 gUnknown_02024CA8[];
extern struct AI_ThinkingStruct gAIThinkingSpace;
+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];
+};
+
#endif // GUARD_BATTLE_H