mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 20:16:02 -04:00
Decompile modelSetAnimSpeed
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user