summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorEllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>2021-04-10 17:07:25 +0100
committerGitHub <noreply@github.com>2021-04-10 18:07:25 +0200
commitc04806fc66a2cd792d9d4b22b3e2a92360b10103 (patch)
tree53e33b0f700631a9aaa51ed47df74532b0a49594 /src/code
parent3432a7d4b39fc1f5d31b9dfab192dc1de148ef00 (diff)
Player animation offsets (#762)
* Changed PlayerAnimations to be named with offsets * named hover boots timer * update EnIshi sCylinderInits
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_player_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c
index a337f458e..77d8bf269 100644
--- a/src/code/z_player_lib.c
+++ b/src/code/z_player_lib.c
@@ -1364,7 +1364,7 @@ u32 func_80091738(GlobalContext* globalCtx, u8* segment, SkelAnime* skelAnime) {
gSegments[4] = VIRTUAL_TO_PHYSICAL(segment + 0x3800);
gSegments[6] = VIRTUAL_TO_PHYSICAL(segment + 0x8800);
- SkelAnime_InitLink(globalCtx, skelAnime, gPlayerSkelHeaders[(void)0, gSaveContext.linkAge], &gPlayer488Anim, 9, ptr,
+ SkelAnime_InitLink(globalCtx, skelAnime, gPlayerSkelHeaders[(void)0, gSaveContext.linkAge], &gPlayerAnim_003238, 9, ptr,
ptr, PLAYER_LIMB_MAX);
return size + 0x8890;