Difference between revisions of "FRDU:GetMyMii"

From 3dbrew
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 !...")
 
(add correct return Mii structure)
Line 22: Line 22:
 
|-
 
|-
 
| 2
 
| 2
| MiiStoreData structure
+
[[FRDU:GetMyMii#Mii_Data|Mii data structure]]
 
|}
 
|}
  
MiiStoreData Structure:
+
=Mii Data=
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
| u8
+
! Offset
| data[0x60]
+
! Size
 +
! Description
 
|-
 
|-
| u32
+
| 0x0
| value32[0x60/sizeof(u32)]
+
| 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