summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorpetrie911 <69443847+petrie911@users.noreply.github.com>2022-11-05 21:38:22 -0500
committerGitHub <noreply@github.com>2022-11-05 23:38:22 -0300
commitfdae305a0a54b93860e1d2def391c1312f2ea09a (patch)
tree5be95667dcf103acab227ac419a694a8a91a2b73 /src/code
parentba4368d0e8ebaeabf57cd5ae0105afb4f4eee6f8 (diff)
EnTest3 (Kafei) (#1013)
Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: Angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_en_hy_code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_en_hy_code.c b/src/code/z_en_hy_code.c
index 19a52c1b4..01ec9eca3 100644
--- a/src/code/z_en_hy_code.c
+++ b/src/code/z_en_hy_code.c
@@ -140,7 +140,7 @@ void func_800F0BB4(EnHy* enHy, PlayState* play, EnDoor* door, s16 arg3, s16 arg4
EnHy_ChangeObjectAndAnim(enHy, play, (animIndex == 0) ? arg3 : arg4);
enHy->skelAnime.baseTransl = *enHy->skelAnime.jointTable;
enHy->skelAnime.prevTransl = *enHy->skelAnime.jointTable;
- enHy->skelAnime.moveFlags |= 3;
+ enHy->skelAnime.moveFlags |= (ANIM_FLAG_UPDATEY | ANIM_FLAG_1);
AnimationContext_SetMoveActor(play, &enHy->actor, &enHy->skelAnime, 1.0f);
door->unk_1A1 = 1;
door->animIndex = animIndex;