summaryrefslogtreecommitdiff
path: root/include/battle.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-10 03:20:02 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-06-10 03:20:02 -0400
commit10f798323e88e4cdf8fe881956dd5ad41121e1a3 (patch)
tree3871c3b6abb80424dc77870f1e1ad7ce38a3afe2 /include/battle.h
parent16fd2ca3856668cd4e7cb5e94d3022ac5edce8a3 (diff)
parentfe13cf593a7c14480de940e413177586cc8eae2e (diff)
finish decompiling player_pc.c
Diffstat (limited to 'include/battle.h')
-rw-r--r--include/battle.h27
1 files changed, 16 insertions, 11 deletions
diff --git a/include/battle.h b/include/battle.h
index f05c7369d..be474b59f 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -124,17 +124,22 @@ struct BattleStruct /* 0x2000000 */
struct UnknownStruct4
{
- u8 filler0[0x3];
- u16 unk4;
- u16 unk6;
- u8 unk8;
- u8 unk9;
- u8 fillerA[0x9];
- u8 taunt:4;
- u8 unkC:4;
- u8 fillerD[0x2];
- u8 unk16;
- u8 filler17[0x4];
+ /*0x00*/ u8 filler0[0x3];
+ /*0x04*/ u16 unk4;
+ /*0x06*/ u16 unk6;
+ /*0x08*/ u8 unk8;
+ /*0x09*/ u8 unk9;
+ /*0x0A*/ u8 unkA;
+ u8 fillerB[4];
+ u8 unkF_0:4;
+ u8 unkF_4:4;
+ u8 filler10[3];
+ /*0x13*/ u8 taunt:4;
+ /*0x13*/ u8 unkC:4;
+ /*0x14*/ u8 unk14;
+ /*0x15*/ u8 unk15;
+ /*0x16*/ u8 unk16;
+ /*0x17*/ u8 filler17[0x4];
};
extern struct UnknownStruct1 unk_2016A00;