Line 1:
Line 1:
−
"Six unknown bytes (mostly zeroes) follow." - These bytes could be for options like Mingle, favorite color, or the "Favorite" flag. Or are those part of the "Mii data"?
"Six unknown bytes (mostly zeroes) follow." - These bytes could be for options like Mingle, favorite color, or the "Favorite" flag. Or are those part of the "Mii data"?
Line 13:
Line 12:
[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
[Reply] The u16s and u32s are used to group similar data, so that all information about the hair, for example, can be kept in one variable, rather than having two or three u8s to keep track of. For some things this may seem odd, as we haven't figured out all the bits in the u16 yet. For others, I have a feeling some u16s will need to be merged into u32s. -[[User:WDML|WDML]]
+
+
+
[Reply] I'm not having any luck with the MiiTransfer program. It sees my wiimote, but it says ERROR when I try to read or write a data slot. I tried on 2 different computers with 2 different BT dongles. What can I do to help debug? -[[User:LiquidIce|LiquidIce]]