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 |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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 | == Data format == | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
| Line 14: | Line 14: | ||
| | | | ||
|- | |- | ||
| | |0x4A | ||
|u16 | |u16 | ||
|checksum | |checksum | ||
|? | |? | ||
|} | |} | ||
== In codebases == | |||
* [https://github.com/SMGCommunity/Petari/blob/629da989f8e8f166f330a1e9d32ae70f78e302df/libs/RVLFaceLib/include/RFLi_Types.h#L345 Petari] | |||
{{Format-Navbox}} | {{Format-Navbox}} | ||
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 | ? |