Decompile func0001c950

This commit is contained in:
Ryan Dwyer
2021-04-28 21:54:24 +10:00
parent 74d5977c74
commit f7f9fb8c98
3 changed files with 55 additions and 129 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ void func0001c784(struct model *model, struct modelnode *node);
void func0001c7d0(struct model *model, struct modelnode *node);
void modelAttachHead(struct model *model, struct modelnode *node);
u32 func0001c868(void);
u32 func0001c924(void);
void func0001c924(struct model *model, struct modelnode *node);
void func0001c950(struct model *model, struct modelnode *node);
void func0001cb0c(struct model *model, struct modelnode *node);
u32 func0001cc20(void);
+10 -7
View File
@@ -535,15 +535,13 @@ struct modelrodata_nearfar { // type 0x08
};
struct modelrodata_hat { // type 0x09
u32 unk00;
u32 unk04;
u32 unk08;
u32 unk0c;
u32 unk10;
u32 unk14;
f32 unk00;
f32 unk04;
f32 unk08;
f32 unk0c[3];
u32 unk18;
u32 unk1c;
u16 unk20;
s16 unk20;
u16 rwdataindex;
};
@@ -701,6 +699,10 @@ struct modelrwdata_05 {
bool unk00;
};
struct modelrwdata_hat {
bool visible;
};
struct modelrwdata_headspot { // type 0x17
struct modelfiledata *modelfiledata;
void *rwdatas;
@@ -709,6 +711,7 @@ struct modelrwdata_headspot { // type 0x17
union modelrwdata {
struct modelrwdata_root root;
struct modelrwdata_nearfar nearfar;
struct modelrwdata_hat hat;
struct modelrwdata_partid partid;
struct modelrwdata_05 type05;
struct modelrwdata_headspot headspot;