Mii: Difference between revisions
Meleemeister (talk | contribs) →Checksum: The implementation is not wrong it's just a different one called CRC-16/XMODEM |
TimmSkiller (talk | contribs) move CFLStoreData here |
||
Line 225: | Line 225: | ||
| 0x14 | | 0x14 | ||
| UTF-16 Author Name (10 chars max, 0000 terminated) | | UTF-16 Author Name (10 chars max, 0000 terminated) | ||
|} | |||
== CFLStoreData == | |||
This is a common Mii container object, used in games and system modules like [[Friend_Services|FRD]] and [[ACT_Services|ACT]]. | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset !! Size !! Description | |||
|- | |||
| 0x0 || 0x5C || Base Mii data in the above format | |||
|- | |||
| 0x5C || 0x2 || padding, left as zeros usually | |||
|- | |||
| 0x5E || 0x2 || CRC16 over the previous 0x5E of data | |||
|} | |} | ||