Fix eyebrow_details

This commit is contained in:
Oreo639 2019-04-17 22:17:01 -07:00
parent 0af4742718
commit c7c7054fc0

View File

@ -77,10 +77,11 @@ typedef struct
struct struct
{ {
u32 style : 6; u32 style : 5;
u32 color : 3; u32 color : 3;
u32 scale : 4; u32 scale : 4;
u32 yscale : 3; u32 yscale : 3;
u32 pad0 : 1;
u32 rotation : 5; u32 rotation : 5;
u32 xspacing : 4; u32 xspacing : 4;
u32 yposition : 5; u32 yposition : 5;