BRFNT BRFNA BRFNU Font: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == BRFNT, BRFNA == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signat...") |
imported>Ikskoks |
||
| Line 20: | Line 20: | ||
2 bytes (uint16) - chunk count | 2 bytes (uint16) - chunk count | ||
// chunks | |||
num_of_chunks * | |||
{ | |||
4 bytes (char) - chunk name // e.g. "FINF" | |||
4 bytes (uint32) - chunk size | |||
x bytes - chunk data | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 10:47, 18 April 2022
Back to index | Edit this page
BRFNT, BRFNA
- Format Type : Image
- Endian Order : Little Endian
- Signature : RFNT / RFNA
Format Specifications
// header
4 bytes (char) - signature // "RFNT" or "RFNA"
2 bytes (uint16) - endianess // FE FF - big endian
// FF FE - little endian
2 bytes (uint16) - file version
4 bytes (uint32) - total file size
2 bytes (uint16) - offset to first chunk
2 bytes (uint16) - chunk count
// chunks
num_of_chunks *
{
4 bytes (char) - chunk name // e.g. "FINF"
4 bytes (uint32) - chunk size
x bytes - chunk data
}
Notes and Comments
None.
Games
List of games using this file format:
- Mario Kart Wii
- Wii Menu (?)
QuickBMS Script
Not written yet.
Compatible Programs
None.