Form Descriptor (Tropical Freeze): Difference between revisions
Jump to navigation
Jump to search
>Aruki m (Parax0 moved page RFRM (File Format) to RFRM Header without leaving a redirect) |
>Aruki No edit summary |
||
Line 22: | Line 22: | ||
| 0xC | | 0xC | ||
| 8 | | 8 | ||
| Unknown; always 0? | | {{unknown|'''Unknown'''; always 0?}} | ||
|- | |- | ||
| 0x14 | | 0x14 | ||
| 4 | | 4 | ||
| | | '''Data type''' fourCC | ||
|- | |- | ||
| 0x18 | | 0x18 | ||
| 4 | | 4 | ||
| Unknown | | {{unknown|'''Unknown'''}} | ||
|- | |- | ||
| 0x1C | | 0x1C | ||
| 4 | | 4 | ||
| Unknown; always matches the previous value | | {{unknown|'''Unknown'''; always matches the previous value}} | ||
|- | |- | ||
| 0x20 | | 0x20 | ||
| colspan=2 | End of header | | colspan=2 {{unknown|End of header}} | ||
|} | |} | ||
[[Category:File Formats]] | [[Category:File Formats]] | ||
[[Category:Donkey Kong Country: Tropical Freeze]] | [[Category:Donkey Kong Country: Tropical Freeze]] |
Revision as of 03:57, 26 January 2015
RFRM is a common header located in most Donkey Kong Country: Tropical Freeze formats, and serves as a container for most data in the game.
Format
The RFRM header is always 0x20 bytes large.
Offset | Size | Description |
---|---|---|
0x0 | 4 | "RFRM" tag |
0x4 | 8 | Data size |
0xC | 8 | Unknown; always 0? |
0x14 | 4 | Data type fourCC |
0x18 | 4 | Unknown |
0x1C | 4 | Unknown; always matches the previous value |
0x20 | End of header |