mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-10 18:56:53 -04:00
Rename modelGetNumAnimFrames to animGetNumFrames and decompile new modelGetNumAnimFrames
This commit is contained in:
@@ -54,7 +54,7 @@ u32 modelGetAnimNum(struct model *model);
|
||||
bool modelIsFlipped(struct model *model);
|
||||
f32 modelGetCurAnimFrame(struct model *model);
|
||||
f32 func0001d1a0(struct model *model);
|
||||
s32 func0001d218(struct model *model);
|
||||
s32 modelGetNumAnimFrames(struct model *model);
|
||||
f32 modelGetAnimSpeed(struct model *model);
|
||||
f32 func0001d288(struct model *model);
|
||||
u32 func0001d320(void);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
u32 func000233c0(void);
|
||||
u32 func00023640(void);
|
||||
void func0002373c(void);
|
||||
s32 modelGetNumAnimFrames(s16 anim_id);
|
||||
s32 animGetNumFrames(s16 anim_id);
|
||||
u32 func00023794(void);
|
||||
u32 func000237dc(void);
|
||||
u32 func000237e8(void);
|
||||
|
||||
Reference in New Issue
Block a user