Chunk Descriptor (Tropical Freeze): Difference between revisions

From Retro Modding Wiki
Jump to navigation Jump to search
>Aruki
No edit summary
>Aruki
mNo edit summary
Line 1: Line 1:
The '''section header''' is a very common 20-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.
The '''section header''' is a very common 24-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.


__TOC__
__TOC__
Line 15: Line 15:
|-
|-
| 0x4
| 0x4
| 4
| 8
| '''Section size'''
| '''Section size'''
|-
|-
| 0x8
| 0xC
| 4
| 4
| {{unknown|'''Unknown'''; usually 1}}
| {{unknown|'''Unknown'''; usually 1}}
|-
|-
| 0xC
| 0x10
| 4
| 4
| {{unknown|'''Unknown'''; usually 0}}
| {{unknown|'''Unknown'''; usually 0}}
|-
|-
| 0x10
| 0x14
| 4
| 4
| {{unknown|'''Unknown'''; usually 0}}
| {{unknown|'''Unknown'''; usually 0}}
|-
|-
| 0x14
| 0x18
| colspan=2 {{unknown|End of header}}
| colspan=2 {{unknown|End of header}}
|}
|}


[[Category:Donkey Kong Country: Tropical Freeze]]
[[Category:Donkey Kong Country: Tropical Freeze]]

Revision as of 03:53, 26 January 2015

The section header is a very common 24-byte header that denotes different data sections, found in many different Donkey Kong Country: Tropical Freeze formats.

Format

Offset Size Description
0x0 4 Section type fourCC
0x4 8 Section size
0xC 4 Unknown; usually 1
0x10 4 Unknown; usually 0
0x14 4 Unknown; usually 0
0x18 End of header