diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-12 19:10:28 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-12 19:10:28 -0400 |
commit | 13a7274a1649a8cb8f3bc165ee1eb403c12430dc (patch) | |
tree | bf08a44b86a3e5b5ae3200470f16843fa1ce2358 /include/battle.h | |
parent | da3eaf350d8ff4b61ba919a0a987ab2468525b9d (diff) | |
parent | e09e1da6c252e17cf6db429ad142b05dbf156548 (diff) |
merge
Diffstat (limited to 'include/battle.h')
-rw-r--r-- | include/battle.h | 25 |
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 |