Difference between revisions of "ACTA:UpdateMiiData"
Jump to navigation
Jump to search
DaniElectra (talk | contribs) m (Add reference to account index) |
TimmSkiller (talk | contribs) |
||
(2 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|[[ACT_Services#CFLStoreData|Mii CFLStoreData]]}} | |
− | | | + | {{IPC/RequestEntryRange|6|10-character UTF-16 Mii name (10 characters + NULL termination)}} |
− | | 0 | + | {{IPC/RequestEnd}} |
− | |||
− | |||
− | |||
− | | u8 Account | ||
− | |||
− | | | ||
− | | [[ | ||
− | | | ||
− | | | ||
− | |||
− | |||
=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 19:52, 22 January 2025
Request[edit]
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[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Updates the Mii data for the given account.