Decompile modelConstrainOrWrapAnimFrame

This commit is contained in:
Ryan Dwyer
2021-04-30 17:02:55 +10:00
parent e5342ff0d7
commit 0471a2fafd
4 changed files with 37 additions and 154 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ f32 modelGetAnimEndFrame(struct model *model);
s32 modelGetNumAnimFrames(struct model *model);
f32 modelGetAnimSpeed(struct model *model);
f32 modelGetAbsAnimSpeed(struct model *model);
u32 func0001d320(void);
s32 modelConstrainOrWrapAnimFrame(s32 arg0, s16 arg1, f32 arg2);
void modelCopyAnimForMerge(struct model *model, f32 arg1);
void func0001d62c(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f32 speed, f32 arg5);
bool modelIsAnimMerging(struct model *model);