Decompile modelInit

This commit is contained in:
Ryan Dwyer
2021-04-28 18:49:14 +10:00
parent 98d82592a9
commit fa9faedee1
12 changed files with 94 additions and 145 deletions
+3 -3
View File
@@ -96,9 +96,9 @@ u32 func000227a4(void);
void func00022a24(void *arg0, u32 arg1, void *arg2);
s32 func00022b68(struct modelnode *node);
void func00022d24(struct modelfiledata *filedata);
u32 func00022d50(void);
void func00022fa4(struct model *model, u32 *arg1, u32 *arg2, u32 arg3);
void animInitialise(struct anim *anim);
void func00022d50(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);
u32 func0002319c(void);
u32 func00023314(void);