ACTA:UpdateMiiData: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
No edit summary
TimmSkiller (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
{{IPC/RequestHeader|0x0412|31|0}}
{{IPC/RequestHeader|0x0412|31|0}}
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEntry|u8, Account slot}}
{{IPC/RequestEntryRange|24|[[ACT_Services#CFLStoreData|Mii CFLStoreData]]}}
{{IPC/RequestEntryRange|24|[[Mii#CFLStoreData|Mii CFLStoreData]]}}
{{IPC/RequestEntryRange|6|10-character UTF-16 Mii name (10 characters + NULL termination)}}
{{IPC/RequestEntryRange|6|10-character UTF-16 Mii name (10 characters + NULL termination)}}
{{IPC/RequestEnd}}
{{IPC/RequestEnd}}
Line 15: Line 15:


=Description=
=Description=
Updates the Mii data for the given account and also increments the internal Mii index.
Updates the Mii data for the given account.

Latest revision as of 11:04, 11 June 2025

Request

Index Word Description
0
Header 0x041207C0 Cmd 0x0412 Param 31 Xlat 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
Header 0x04120040 Cmd 0x0412 Param 1 Xlat 0
1 Result code

Description

Updates the Mii data for the given account.