summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-12 19:01:41 -0400
committerGitHub <noreply@github.com>2017-06-12 19:01:41 -0400
commite09e1da6c252e17cf6db429ad142b05dbf156548 (patch)
tree433367371faa7567a4214adf29c5853170f5585b /include/battle.h
parentb741c626e72a2c52351fddbbfc536f66183d009f (diff)
parente085596d7d63c8e3814192a1a8c628810cc89eda (diff)
Merge pull request #314 from PikalaxALT/tv
Finish decompilation of tv.s
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 3b4771869..9714c6add 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -146,4 +146,29 @@ extern struct UnknownStruct1 unk_2016A00;
extern struct UnkBattleStruct4 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