Difference between revisions of "Chunk Descriptor (Tropical Freeze)"
From Retro Modding Wiki
m |
|||
Line 1: | Line 1: | ||
− | The '''chunk descriptor''' is a very common 24-byte header that | + | The '''chunk descriptor''' is a very common 24-byte header that describes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats. |
{{research|2|A few unknown values.}} | {{research|2|A few unknown values.}} |
Revision as of 07:03, 9 May 2016
The chunk descriptor is a very common 24-byte header that describes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.
This file format needs more research A few unknown values. |
Contents
Format
Offset | Size | Description |
---|---|---|
0x0 | 4 | Chunk type fourCC |
0x4 | 8 | Chunk size |
0xC | 4 | Unknown; usually 1 |
0x10 | 4 | Unknown; usually 0 |
0x14 | 4 | Unknown; usually 0 |
0x18 | End of descriptor |