diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-13 15:43:03 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-13 15:43:03 -0500 |
commit | 8c09deee827efd0863d4990867f887400f1745a1 (patch) | |
tree | e970a45e378d40a3ef396b88d81d1e61403ef695 /include/global.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) |
decompile stuff
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 0f5bcde6d..fd28b306f 100644 --- a/include/global.h +++ b/include/global.h @@ -531,7 +531,9 @@ struct GabbyAndTyData struct RecordMixing_UnknownStructSub { - u8 data[0x38]; + u32 unk0; + u8 data[0x34]; + //u8 data[0x38]; }; struct RecordMixing_UnknownStruct |