summaryrefslogtreecommitdiff
path: root/include/functions.h
diff options
context:
space:
mode:
authorAnghelo Carvajal <angheloalf95@gmail.com>2021-11-03 12:23:37 -0300
committerGitHub <noreply@github.com>2021-11-03 12:23:37 -0300
commit5e7c19ce295268bffc42e7b037c751e76d0d0f8d (patch)
tree690d5cec1f7aad96cf356cca6e0ff9250b25ae4e /include/functions.h
parent60b9cd789e808ceb9314f6aff3e611a64e9dbfdd (diff)
Match `SkelAnime_GetFrameDataLegacy` (#392)
* Properly rename SkelAnime_GetFrameDataLegacy * Match
Diffstat (limited to 'include/functions.h')
-rw-r--r--include/functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.h b/include/functions.h
index a575fd6e0..6e8b78e93 100644
--- a/include/functions.h
+++ b/include/functions.h
@@ -2570,7 +2570,7 @@ Gfx* SkelAnime_DrawFlexLimb(GlobalContext* globalCtx, s32 limbIndex, void** skel
Mtx** mtx, Gfx* gfx);
Gfx* SkelAnime_DrawFlex(GlobalContext* globalCtx, void** skeleton, Vec3s* jointTable, s32 dListCount,
OverrideLimbDraw overrideLimbDraw, PostLimbDraw postLimbDraw, Actor* actor, Gfx* gfx);
-s16 SkelAnime_GetFrameData2(LegacyAnimationHeader* animation, s32 frame, Vec3s* frameTable);
+s16 SkelAnime_GetFrameDataLegacy(LegacyAnimationHeader* animation, s32 frame, Vec3s* frameTable);
s16 Animation_GetLimbCount2(LegacyAnimationHeader* animation);
s16 Animation_GetLength2(LegacyAnimationHeader* animation);
s16 Animation_GetLastFrame2(LegacyAnimationHeader* animation);