Decompile modelInitRwData

This commit is contained in:
Ryan Dwyer
2021-04-29 22:31:26 +10:00
parent 1955ea2b71
commit df99a4623b
4 changed files with 115 additions and 221 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ void modelPromoteNodeOffsetsToPointers(struct modelnode *node, u32 arg1, u32 arg
void modelPromoteOffsetsToPointers(struct modelfiledata *filedata, u32 arg1, u32 arg2);
s32 modelCalculateRwDataIndexes(struct modelnode *node);
void modelCalculateRwDataLen(struct modelfiledata *filedata);
void func00022d50(struct model *model, struct modelnode *node);
void modelInitRwData(struct model *model, struct modelnode *node);
void modelInit(struct model *model, struct modelfiledata *filedata, union modelrwdata **rwdatas, bool resetanim);
void animInit(struct anim *anim);
u32 func00023108(void);