diff options
author | yenatch <yenatch@gmail.com> | 2017-06-12 19:01:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 19:01:41 -0400 |
commit | e09e1da6c252e17cf6db429ad142b05dbf156548 (patch) | |
tree | 433367371faa7567a4214adf29c5853170f5585b /src/battle_2.c | |
parent | b741c626e72a2c52351fddbbfc536f66183d009f (diff) | |
parent | e085596d7d63c8e3814192a1a8c628810cc89eda (diff) |
Merge pull request #314 from PikalaxALT/tv
Finish decompilation of tv.s
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 79d62ce69..17a583441 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; |