Decompile modelSetAnimSpeed

This commit is contained in:
Ryan Dwyer
2020-06-30 08:17:54 +10:00
parent 109bd2b985
commit 9e222f63ad
6 changed files with 40 additions and 50 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ u32 func0001dd90(void);
void modelSetAnimLooping(struct model *model, f32 loopframe, f32 loopmerge);
void func0001de1c(struct model *model, f32 speed);
u32 func0001de98(void);
void func0001deb0(struct model *model, f32 speed, f32 startframe);
void modelSetAnimSpeed(struct model *model, f32 speed, f32 startframe);
void func0001df04(struct model *model, f32 arg1, f32 arg2);
void func0001dfac(struct model *model, f32 arg1, f32 arg2);
void modelSetAnim70(struct model *model, void *callback);
+4 -4
View File
@@ -119,10 +119,10 @@ struct anim {
/*0x16*/ s16 frameb;
/*0x18*/ u32 endrame;
/*0x1c*/ f32 speed;
/*0x20*/ u32 newspeed;
/*0x24*/ u32 oldspeed;
/*0x28*/ u32 timespeed;
/*0x2c*/ u32 elapsespeed;
/*0x20*/ f32 newspeed;
/*0x24*/ f32 oldspeed;
/*0x28*/ f32 timespeed;
/*0x2c*/ f32 elapsespeed;
/*0x30*/ u32 frame2;
/*0x34*/ u32 frac2;
/*0x38*/ u16 frame2a;