Line 23:
Line 23:
|0 - 7
|0 - 7
|values correspond with order of tiles
|values correspond with order of tiles
+
|-
+
|mii.skinColor
+
|0 - 5
+
|see COLORS section below to get translation
|}
|}
* '''Notes:'''
* '''Notes:'''
Line 334:
Line 338:
# Hair (foreground (mii_hairs1.png and tiles 1 - 16 of mii_hairs2.png))
# Hair (foreground (mii_hairs1.png and tiles 1 - 16 of mii_hairs2.png))
# Glasses
# Glasses
+
+
== Colors ==
+
The following elements have colors involved. The colors that I have defaulted to below could probably use some tweaking. If you find better colors through your testing please let me know! All colors are given in Hex values and correspond to the value returned by their respective variables.
+
+
=== Skin Colors ===
+
* 0 = ECCFBD
+
* 1 = F7BC7D
+
* 2 = D78A48
+
* 3 = F5B189
+
* 4 = 995122
+
* 5 = 563010
+
+
+
=== Hair Colors ===
+
* 0 = 111111
+
* 1 = 332222
+
* 2 = 441111
+
* 3 = BB6644
+
* 4 = 8888AA
+
* 5 = 443322
+
* 6 = 996644
+
* 7 = DDBB99
+
+
+
=== Eyebrow Colors ===
+
* SAME AS HAIR COLORS
+
+
+
=== Eye Colors ===
+
* 0 = 000000
+
* 1 = 778887
+
* 2 = 7E6355
+
* 3 = 888940
+
* 4 = 6A84D0
+
* 5 = 409B5A
+
+
+
=== Lip Colors ===
+
* 0 = C76C46
+
* 1 = E44E3A
+
* 2 = D88789
+
+
+
=== Glasses Colors ===
+
* 0 = 626D6C
+
* 1 = 85703A
+
* 2 = AB4E37
+
* 3 = 426996
+
* 4 = B97F27
+
* 5 = BDBFB9
+
+
+
=== Facial Hair Colors ===
+
* SAME AS HAIR COLORS
+
== Putting it all together ==
== Putting it all together ==
== Example ==
== Example ==