func_803311D4() match

This commit is contained in:
Banjo Kazooie
2023-01-04 18:59:11 -06:00
parent 926b7c015f
commit a2b18a0cc5
5 changed files with 66 additions and 80 deletions

View File

@@ -28,18 +28,24 @@ typedef struct sprite_prop_s{
} SpriteProp;
typedef struct model_prop_s{
u16 unk0_31:12;
u16 pad0_19:4;
union{
u16 unk0;
struct{
u16 unk0_31:12;
u16 pad0_19:4;
};
};
u8 unk0_15;
u8 unk0_7;
u8 unk0_7;
s16 unk4[3];
u8 unkA; //scale * 100.0
u8 unkA;
u8 padB_7 :2;
u8 unkB_5 :1;
u8 unkB_4 :1;
u8 padB_3 :4;
} ModelProp;
typedef struct actor_prop_s{
struct actorMarker_s* marker;
s16 x;