Fix HsfanimStruct01 union shenanigans (#548)
This commit is contained in:
parent
6d3de7672c
commit
32fdc38925
29 changed files with 193 additions and 196 deletions
|
|
@ -11,10 +11,7 @@ typedef struct particle_data ParticleData;
|
|||
typedef void (*ParticleHook)(ModelData *model, ParticleData *particle, Mtx matrix);
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ union {
|
||||
u16 unk00;
|
||||
s16 unk00_s16;
|
||||
};
|
||||
/* 0x00 */ s16 unk00;
|
||||
/* 0x02 */ s16 unk02;
|
||||
/* 0x04 */ s16 unk04;
|
||||
/* 0x06 */ s16 unk06;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
typedef struct model_data ModelData;
|
||||
|
||||
typedef struct {
|
||||
typedef struct hsfdraw_struct_01 {
|
||||
/* 0x00 */ u16 unk00;
|
||||
/* 0x02 */ s16 unk02;
|
||||
/* 0x04 */ s16 unk04;
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ typedef struct hsf_palette {
|
|||
|
||||
typedef struct hsf_attribute {
|
||||
char *name;
|
||||
void *unk04;
|
||||
struct hsfdraw_struct_01 *unk04;
|
||||
u8 unk8[4];
|
||||
float unk0C;
|
||||
u8 unk10[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue