Jump to content

RFLStoreData

From Mii Technical Wiki

RFLStoreData is the Mii data format used on Wii. This format has big endianness, and it's little endian counterpart NFLStoreData is used on DS. It consists of RFLCharData and a 16-bit checksum.

Data format

[edit | edit source]
Offset Data Type Name Notes
0x0 RFLCharData char
0x4A u16 checksum ?

In codebases

[edit | edit source]