Decompile modelCopyAnimData

This commit is contained in:
Ryan Dwyer
2020-06-30 23:34:15 +10:00
parent fdd54d3b9b
commit cbe5d16ed8
3 changed files with 8 additions and 30 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void func0001d62c(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f
bool modelIsAnimMerging(struct model *model);
void func0001dbfc(struct model *model, s16 animnum, u32 arg2, f32 arg3, f32 arg4, f32 arg5, bool merge);
void modelSetAnimation(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f32 arg4, f32 arg5);
u32 func0001dd90(void);
void modelCopyAnimData(struct model *src, struct model *dst);
void modelSetAnimLooping(struct model *model, f32 loopframe, f32 loopmerge);
void modelSetAnimEndFrame(struct model *model, f32 endframe);
void modelSetAnimFlipFunction(struct model *model, void *callback);