diff options
author | yenatch <yenatch@gmail.com> | 2017-07-20 19:08:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 19:08:11 -0400 |
commit | 457f4cc993ea4b6bf292a81057a0aa0c7216f1ce (patch) | |
tree | 88f8b640a29f5a925bea4da06d63a03d6792051c /include/global.h | |
parent | 67ced1d77ec0d36cc2b6ebcbfc58ba28b357ddbb (diff) | |
parent | a8bcbe3fe4b6b01cdfc85f1003e50b31f34700f2 (diff) |
Merge pull request #364 from camthesaxman/decompile_record_mixing
finish decompiling record_mixing
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 c29797638..c9a092f05 100644 --- a/include/global.h +++ b/include/global.h @@ -536,7 +536,9 @@ struct GabbyAndTyData struct RecordMixing_UnknownStructSub { - u8 data[0x38]; + u32 unk0; + u8 data[0x34]; + //u8 data[0x38]; }; struct RecordMixing_UnknownStruct |