func_8032CD60() match, progress update, 98.5%

This commit is contained in:
Banjo Kazooie
2023-02-23 13:55:13 -06:00
parent e559c44113
commit b17246e2fa
6 changed files with 101 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ typedef struct sprite_prop_s{
s16 unk4[3];
u16 unk8_15: 5;
u16 unk8_10: 5;
u16 pad8_5: 1;
u16 unk8_5: 1;
u16 unk8_4: 1;
u16 unk8_3: 1;
u16 unk8_2: 1;

View File

@@ -64,7 +64,13 @@ typedef struct bk_sprite_s{
s16 unk6;
s16 unk8;
s16 unkA;
u8 unkC[4];
struct{
u32 bit31 : 4;
u32 bit27 : 3;
u32 bit24 : 2;
u32 bit22 : 2;
u32 pad_bit20 : 21;
}unkC;
s32 offsets[];
} BKSprite;