RFLStoreData: Difference between revisions
Appearance
No edit summary |
|||
| Line 1: | Line 1: | ||
RFLStoreData is the [[Mii Character Data|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. | RFLStoreData is the [[Mii Character Data|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 == | == Data format == | ||
Latest revision as of 12:02, 24 September 2025
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 | ? |