FRDA:UpdateMii: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
m Corrections on FRDA:UpdateMii
m Name unknown fields
Line 15: Line 15:
|-
|-
| 31
| 31
| bool Unknown
| u8 Profanity flag
|-
|-
| 32
| 32
| Unknown. Usually 0?
| u8 Character set
|}
|}



Revision as of 18:54, 28 September 2023

Request

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

Index Word Description
0 Header code
1 Result code

Description

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.