diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-03 16:13:18 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-03 16:13:18 -0500 |
commit | 3e4a7c8eddf76a3532762d7d36f03bf15c1e069a (patch) | |
tree | 0efb47245444c2c67c05a31283a4015d03ea79a1 /src | |
parent | 0bf016137953c7a9e202db5518fa088a8cc5e4ea (diff) |
Rework UnkSubstruct_203F458_000C_004 structure
Diffstat (limited to 'src')
-rw-r--r-- | src/trainer_tower.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c index e47d08564..b94358185 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -25,13 +25,15 @@ struct UnkStruct_8479D34 struct UnkSubstruct_203F458_000C_004 { - /* 0x004 */ u8 unk_000[11]; - /* 0x00F */ u8 unk_00B; - /* 0x010 */ u8 unk_00C; - /* 0x011 */ u8 unk_00D[13]; + /* 0x000 */ u8 unk_000[11]; + /* 0x00B */ u8 unk_00B; + /* 0x00C */ u8 unk_00C; + /* 0x00D */ u8 unk_00D; + /* 0x00E */ u16 unk_00E[6]; /* 0x01A */ u16 unk_01A[6]; /* 0x026 */ u16 unk_026[6]; - /* 0x032 */ u8 filler_032[0x116]; + /* 0x032 */ u16 unk_032[6]; + /* 0x040 */ struct BattleTowerPokemon unk_040[PARTY_SIZE]; }; // size: 328 struct UnkSubstruct_203F458_000C |