Decompile modelPromoteOffsetsToPointers

This commit is contained in:
Ryan Dwyer
2021-04-28 20:15:00 +10:00
parent fa9faedee1
commit f073f5ef30
5 changed files with 91 additions and 125 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ u32 func0002170c(void);
void modelRender(struct modelrenderdata *renderdata, struct model *model);
u32 func000220fc(void);
s32 func000225d4(struct model *model, struct coord *arg1, struct coord *arg2, u32 *arg3);
u32 func000227a4(void);
void func00022a24(void *arg0, u32 arg1, void *arg2);
void modelPromoteNodeOffsetsToPointers(struct modelnode *node, u32 arg1, u32 arg2);
void modelPromoteOffsetsToPointers(struct modelfiledata *filedata, u32 arg1, u32 arg2);
s32 func00022b68(struct modelnode *node);
void func00022d24(struct modelfiledata *filedata);
void func00022d50(struct model *model, struct modelnode *node);
+1
View File
@@ -651,6 +651,7 @@ struct modelfiledata {
s16 nummatrices;
f32 unk10;
u16 unk14;
void *unk18;
};
struct model {