Decompile modelSetAnimFlipFunction

This commit is contained in:
Ryan Dwyer
2020-06-30 23:23:35 +10:00
parent 689f0b38ab
commit fdd54d3b9b
5 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void modelSetAnimation(struct model *model, s16 animnum, s32 flip, f32 fstartfra
u32 func0001dd90(void);
void modelSetAnimLooping(struct model *model, f32 loopframe, f32 loopmerge);
void modelSetAnimEndFrame(struct model *model, f32 endframe);
u32 func0001de98(void);
void modelSetAnimFlipFunction(struct model *model, void *callback);
void modelSetAnimSpeed(struct model *model, f32 speed, f32 startframe);
void modelSetAnimSpeedAuto(struct model *model, f32 arg1, f32 startframe);
void modelSetAnimPlaySpeed(struct model *model, f32 speed, f32 frame);
+1 -1
View File
@@ -138,7 +138,7 @@ struct anim {
/*0x5c*/ f32 elapsemerge;
/*0x60*/ f32 loopframe;
/*0x64*/ f32 loopmerge;
/*0x68*/ u32 unk68;
/*0x68*/ void *flipfunc;
/*0x6c*/ u32 unk6c;
/*0x70*/ void *unk70; // pointer to function
/*0x74*/ f32 playspeed;