Difference between revisions of "FRDU:GetMyMii"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000A0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !...") |
TimmSkiller (talk | contribs) (add correct return Mii structure) |
||
Line 22: | Line 22: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | [[FRDU:GetMyMii#Mii_Data|Mii data structure]] |
|} | |} | ||
− | + | =Mii Data= | |
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
− | + | ! Offset | |
− | + | ! Size | |
+ | ! Description | ||
|- | |- | ||
− | | | + | | 0x0 |
− | | | + | | 0x1 |
+ | | bool, ProfanityFlag | ||
+ | |- | ||
+ | | 0x1 | ||
+ | | 0x2 | ||
+ | | [[Mii#Mii_format|Mii character set]] | ||
+ | |- | ||
+ | | 0x2 | ||
+ | | 0x1 | ||
+ | | bool, DirtyFlag | ||
+ | |- | ||
+ | | 0x3 | ||
+ | | 0x1 | ||
+ | | padding | ||
+ | |- | ||
+ | | 0x4 | ||
+ | | 0x5C | ||
+ | | [[Mii#Mii_format|Mii data]] | ||
|} | |} |
Revision as of 15:30, 12 December 2024
Request
Index Word | Description |
---|---|
0 | Header code [0x000A0000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Mii data structure |
Mii Data
Offset | Size | Description |
---|---|---|
0x0 | 0x1 | bool, ProfanityFlag |
0x1 | 0x2 | Mii character set |
0x2 | 0x1 | bool, DirtyFlag |
0x3 | 0x1 | padding |
0x4 | 0x5C | Mii data |