9#define MII_NAME_LEN 10+1
137 u16 mouth_yposition : 5;
138 u16 mustache_style : 3;
#define MII_NAME_LEN
10-character NULL-terminated UTF-16 mii name
Definition mii.h:9
Shared Base Mii struct.
Definition mii.h:17
u16 shape
Face shape.
Definition mii.h:68
bool is_private_name
Private name?
Definition mii.h:24
u8 slot_index
Slot offset of Mii on its Page.
Definition mii.h:34
u8 version
Always 3.
Definition mii.h:18
u8 width
How wide the Mii is.
Definition mii.h:62
u16 disable_sharing
Whether or not Sharing of the Mii is allowed.
Definition mii.h:67
u8 height
How tall the Mii is.
Definition mii.h:61
u64 system_id
Identifies the system that the Mii was created on (Determines pants)
Definition mii.h:45
u32 mii_id
ID of Mii.
Definition mii.h:46
u8 page_index
Page index of Mii.
Definition mii.h:33
u16 shirt_color
Color of Mii's shirt.
Definition mii.h:55
u16 bday_month
Month of Mii's birthday.
Definition mii.h:53
u16 bday_day
Day of Mii's birthday.
Definition mii.h:54
u8 origin_console
Console that the Mii was created on (1=WII, 2=DSI, 3=3DS)
Definition mii.h:41
u8 char_set
Character set (0=JPN+USA+EUR, 1=CHN, 2=KOR, 3=TWN)
Definition mii.h:26
u16 favorite
Whether the Mii is one of your 10 favorite Mii's.
Definition mii.h:56
bool allow_copying
True if copying is allowed.
Definition mii.h:23
u8 unknown0
Mabye padding (always seems to be 0)?
Definition mii.h:40
u8 region_lock
Region lock (0=no lock, 1=JPN, 2=USA, 3=EUR)
Definition mii.h:25
u16 skinColor
Color of skin.
Definition mii.h:69
bool sex
Sex of Mii (False=Male, True=Female)
Definition mii.h:52
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