nfc: change mii_name representation to u16

This commit is contained in:
averne 2019-01-27 22:53:47 +01:00 committed by fincs
parent 9d96f57083
commit 447d8d1d1f

View File

@ -35,7 +35,7 @@ typedef struct {
typedef struct {
u8 unk_x0[0x10]; // Hash?
u8 mii_name[2*(10+1)]; ///< utf-16be, null-terminated
u16 mii_name[10+1]; ///< utf-16be, null-terminated
u8 unk_x26;
u8 mii_color;
u8 mii_sex;