diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-12 22:46:07 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-12 22:46:07 -0500 |
| commit | 76b28bee52ec40fc68c21cb899500affff47c7e6 (patch) | |
| tree | b5e88eaa3769d8d5942f174dda884882119e8b3a /include/JSystem | |
| parent | 0562d09a0f03c296672d1db1c496a140e0db39d8 (diff) | |
d_a_player_main work
Diffstat (limited to 'include/JSystem')
| -rw-r--r-- | include/JSystem/JUtility/JUTDataHeader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/JSystem/JUtility/JUTDataHeader.h b/include/JSystem/JUtility/JUTDataHeader.h index 4b4fe0ef..857ee0f3 100644 --- a/include/JSystem/JUtility/JUTDataHeader.h +++ b/include/JSystem/JUtility/JUTDataHeader.h @@ -19,7 +19,8 @@ struct JUTDataFileHeader { // actual struct name unknown /* 0x04 */ u32 mType; /* 0x08 */ u32 mFileSize; /* 0x0C */ u32 mBlockNum; - /* 0x10 */ u8 _10[0x20 - 0x10]; + /* 0x10 */ u8 _10[0x1C - 0x10]; + /* 0x1C */ u32 mSeAnmOffset; // Only exists for some BCKs /* 0x20 */ JUTDataBlockHeader mFirstBlock; }; |
