Rename modelGetNumAnimFrames to animGetNumFrames and decompile new modelGetNumAnimFrames

This commit is contained in:
Ryan Dwyer
2020-06-30 08:08:01 +10:00
parent d30264f1f3
commit e64b5f06e5
12 changed files with 56 additions and 71 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);