Difference between revisions of "FRDA:UpdateMii"
Jump to navigation
Jump to search
DaniElectra (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x040C0800] |- | 1-24 | Mii Data |- | 25-32 | UTF-16 Mii nam...") |
DaniElectra (talk | contribs) m (Name unknown fields) |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
| [[Mii#Mii_format|Mii Data]] | | [[Mii#Mii_format|Mii Data]] | ||
|- | |- | ||
− | | 25- | + | | 25-30 |
| UTF-16 Mii name | | UTF-16 Mii name | ||
+ | |- | ||
+ | | 31 | ||
+ | | u8 Profanity flag | ||
+ | |- | ||
+ | | 32 | ||
+ | | u8 Character set | ||
|} | |} | ||
Latest revision as of 17:54, 28 September 2023
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x040C0800] |
1-24 | Mii Data |
25-30 | UTF-16 Mii name |
31 | u8 Profanity flag |
32 | u8 Character set |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description[edit]
This updates the Mii data on the friends list. Note: Mii Maker seems to be leaking memory on the Mii name, so any data after the NULL termination should be discarded.