126 u16 mouth_yposition : 5;
127 u16 mustach_style : 3;
Shared Mii struct.
Definition: mii.h:13
bool favorite
Whether the Mii is one of your 10 favorite Mii's.
Definition: mii.h:50
bool is_private_name
Private name?
Definition: mii.h:20
u8 skinColor
Color of skin.
Definition: mii.h:62
u8 slot_index
Slot offset of Mii on its Page.
Definition: mii.h:29
u8 width
How wide the Mii is.
Definition: mii.h:55
u8 shape
Face shape.
Definition: mii.h:61
u8 magic
Always 3?
Definition: mii.h:14
u8 height
How tall the Mii is.
Definition: mii.h:54
u64 system_id
Identifies the system that the Mii was created on (Determines pants)
Definition: mii.h:39
u32 mii_id
ID of Mii.
Definition: mii.h:40
u8 page_index
Page index of Mii.
Definition: mii.h:28
u16 shirt_color
Color of Mii's shirt.
Definition: mii.h:49
bool disable_sharing
Whether or not Sharing of the Mii is allowed.
Definition: mii.h:60
u16 bday_month
Month of Mii's birthday.
Definition: mii.h:47
u16 bday_day
Day of Mii's birthday.
Definition: mii.h:48
u8 origin_console
Console that the Mii was created on (1=WII, 2=DSI, 3=3DS)
Definition: mii.h:36
u8 char_set
Character set (0=JPN+USA+EUR, 1=CHN, 2=KOR, 3=TWN)
Definition: mii.h:22
bool allow_copying
True if copying is allowed.
Definition: mii.h:19
u8 unknown0
Mabye padding (always seems to be 0)?
Definition: mii.h:35
u8 region_lock
Region lock (0=no lock, 1=JPN, 2=USA, 3=EUR)
Definition: mii.h:21
bool sex
Sex of Mii (False=Male, True=Female)
Definition: mii.h:46
uint64_t u64
64-bit unsigned integer
Definition: types.h:24
#define CTR_PACKED
Packs a struct (and other types?) so it won't include padding bytes.
Definition: types.h:52
uint8_t u8
would be nice if newlib had this already
Definition: types.h:21
uint16_t u16
16-bit unsigned integer
Definition: types.h:22
uint32_t u32
32-bit unsigned integer
Definition: types.h:23