RFLStoreData
Appearance
RFLStoreData is the Mii data format used on Wii. This format has big endianness, and it's little endian counterpart is used on DS. It consists of RFLCharData and a 16-bit checksum.
Data format
| Offset | Data Type | Name | Notes |
|---|---|---|---|
| 0x0 | RFLCharData | char | |
| 0x4A | u16 | checksum | ? |