RFLStoreData: Difference between revisions
Appearance
Replaced content with "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 == {| class="wikitable" |+ !Offset !Data Type !Name !Notes |- |0x0 |RFLCharData |char | |- |0x? |u16 |checksum |? |} {{Format-Navbox}}" Tags: Replaced Visual edit |
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 is used on [[DS]]. It consists of [[RFLCharData]] and a 16-bit checksum. | ||
== Data | == Data format == | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
| Line 19: | Line 19: | ||
|? | |? | ||
|} | |} | ||
== In codebases == | |||
* Petari | |||
{{Format-Navbox}} | {{Format-Navbox}} | ||
Revision as of 11:33, 24 September 2025
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 | |
| 0x? | u16 | checksum | ? |
In codebases
- Petari