Home docs switch Mii Data (Switch)
Post

Mii Data (Switch)

Most data is stored in little endian byte order.

nn::mii::detail::CharInfoRaw

OffsetSizeDescription
0x016Create ID (UUIDv4)
0x1022Nickname (UTF-16-LE)
0x261Font region
0x271Favorite color
0x281Gender
0x291Height
0x2A1Build
0x2B1Mii type
0x2C1Region move
0x2D1Faceline type
0x2E1Faceline color
0x2F1Faceline wrinkle
0x301Faceline make
0x311Hair type
0x321Hair color
0x331Is hair flip
0x341Eye type
0x351Eye color
0x361Eye scale
0x371Eye aspect
0x381Eye rotate
0x391Eye X
0x3A1Eye Y
0x3B1Eyebrow type
0x3C1Eyebrow color
0x3D1Eyebrow scale
0x3E1Eyebrow aspect
0x3F1Eyebrow rotate
0x401Eyebrow X
0x411Eyebrow Y
0x421Nose type
0x431Nose scale
0x441Nose Y
0x451Mouth type
0x461Mouth color
0x471Mouth scale
0x481Mouth aspect
0x491Mouth Y
0x4A1Beard color
0x4B1Beard type
0x4C1Mustache type
0x4D1Mustache scale
0x4E1Mustache Y
0x4F1Glass type
0x501Glass color
0x511Glass scale
0x521Glass Y
0x531Has mole
0x541Mole scale
0x551Mole X
0x561Mole Y
0x571Padding (always 0)

Font Region

ValueDescription
0Standard
1China
2Korea
3Taiwan

Favorite Color

ValueDescriptionRGBColor
0Red(210, 30, 20)
1Orange(255, 110, 25)
2Yellow(255, 216, 32)
3Light green(120, 210, 32)
4Dark green(0, 120, 48)
5Dark blue(10, 72, 188)
6Light blue(60, 170, 222)
7Pink(245, 90, 125)
8Purple(115, 40, 173)
9Brown(72, 56, 24)
10White(224, 224, 224)
11Black(24, 24, 20)
Contents