ACTA:UpdateMiiData: Difference between revisions
Jump to navigation
Jump to search
DaniElectra (talk | contribs) Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x041207C0] |- | 1 | u8 Unknown, usually 0xFE? |- | 2-25 | Mii#Mii_format|Mii..." |
TimmSkiller (talk | contribs) No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
=Request= | =Request= | ||
{ | {{IPC/Request}} | ||
| | {{IPC/RequestHeader|0x0412|31|0}} | ||
{{IPC/RequestEntry|u8, Account slot}} | |||
{{IPC/RequestEntryRange|24|[[Mii#CFLStoreData|Mii CFLStoreData]]}} | |||
| | {{IPC/RequestEntryRange|6|10-character UTF-16 Mii name (10 characters + NULL termination)}} | ||
| 0 | {{IPC/RequestEnd}} | ||
| u8 | |||
| | |||
| [[Mii# | |||
| | |||
| | |||
=Response= | =Response= | ||
{ | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | |||
{{IPC/RequestHeader|0x0412|1|0}} | |||
{{IPC/RequestEntry|Result code}} | |||
{{IPC/RequestEnd}} | |||
| 0 | |||
| | |||
| | |||
| | |||
| Result code | |||
=Description= | =Description= | ||
Updates the Mii data for the given account. |
Latest revision as of 11:04, 11 June 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2-25 | Mii CFLStoreData | ||||||||
26-31 | 10-character UTF-16 Mii name (10 characters + NULL termination) |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description
Updates the Mii data for the given account.