Decompile func0002319c

This commit is contained in:
Ryan Dwyer
2021-05-06 19:08:44 +10:00
parent 9673015f71
commit 025769ab96
3 changed files with 86 additions and 164 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ 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);
u32 func0002319c(void);
void func0002319c(struct modelfiledata *filedata, struct modelfiledata *filedataptr, Gfx **gdlptr);
void modelNodeReplaceGdl(u32 arg0, struct modelnode *node, Gfx *find, Gfx *replacement);
#endif