mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-12 20:16:02 -04:00
Decompile modelSetAnimLooping
This commit is contained in:
@@ -64,7 +64,7 @@ u32 func0001db94(struct model *model);
|
||||
void func0001dbfc(struct model *model, s32 arg1, u32 arg2, f32 arg3, f32 arg4, f32 arg5);
|
||||
void modelSetAnimation(struct model *model, s16 animnum, s32 flip, f32 fstartframe, f32 arg4, f32 arg5);
|
||||
u32 func0001dd90(void);
|
||||
void func0001ddec(struct model *model, f32 arg1, f32 arg2);
|
||||
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);
|
||||
|
||||
+2
-2
@@ -136,8 +136,8 @@ struct anim {
|
||||
/*0x54*/ u32 fracmerge;
|
||||
/*0x58*/ u32 timemerge;
|
||||
/*0x5c*/ u32 elapsemerge;
|
||||
/*0x60*/ u32 loopframe;
|
||||
/*0x64*/ u32 loopmerge;
|
||||
/*0x60*/ f32 loopframe;
|
||||
/*0x64*/ f32 loopmerge;
|
||||
/*0x68*/ u32 unk68;
|
||||
/*0x6c*/ u32 unk6c;
|
||||
/*0x70*/ void *unk70; // pointer to function
|
||||
|
||||
Reference in New Issue
Block a user