Decompile modelGetAnimSpeed

This commit is contained in:
Ryan Dwyer
2020-06-29 22:51:08 +10:00
parent e10ced1277
commit a1cfb0da27
5 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ bool modelIsFlipped(struct model *model);
f32 modelGetCurAnimFrame(struct model *model);
f32 func0001d1a0(struct model *model);
s32 func0001d218(struct model *model);
f32 func0001d260(struct model *model);
f32 modelGetAnimSpeed(struct model *model);
f32 func0001d288(struct model *model);
u32 func0001d320(void);
u32 func0001d4fc(void);
+1 -1
View File
@@ -118,7 +118,7 @@ struct anim {
/*0x14*/ s16 framea;
/*0x16*/ s16 frameb;
/*0x18*/ u32 endrame;
/*0x1c*/ u32 speed;
/*0x1c*/ f32 speed;
/*0x20*/ u32 newspeed;
/*0x24*/ u32 oldspeed;
/*0x28*/ u32 timespeed;