Mii Maker: Difference between revisions
→Mii QR Code format: clarify the use of nonce and match the fields with Mii format |
Save format |
||
Line 125: | Line 125: | ||
Created, received, or even met-in-multiplayer Miis are saved in [[Mii|CFL_DB.dat]]. | Created, received, or even met-in-multiplayer Miis are saved in [[Mii|CFL_DB.dat]]. | ||
== Savedata == | |||
=== editSaveData.bin === | |||
{| class="wikitable" | |||
|- | |||
! Offset | |||
! Length | |||
! | |||
|- | |||
| 0x0 | |||
| 0x4 | |||
| "TIDE" header (EDIT byteswapped) | |||
|- | |||
| 0x4 | |||
| 0x4 | |||
| zero | |||
|- | |||
| 0xC | |||
| 0x4 (?) | |||
| 01000000 (constant?) | |||
|- | |||
| 0x100 | |||
| 0x4 | |||
| Number of scanned Special Mii QRs | |||
|- | |||
| 0x104 | |||
| - | |||
| Some data identifying each scanned Special Mii QRs, for the purpose of not making them scannable again. 8 or 12 byte each? | |||
|- | |||
| 0x2904 | |||
| 0x4 | |||
| Checksum? | |||
|} | |||