From 8a44bb6600bf52693a97997bb3a9b2d4f742abe1 Mon Sep 17 00:00:00 2001 From: KEKW555 <152369890+KEKW555@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:22:50 +0530 Subject: [PATCH] Fix last function --- src/npc/zeldaFollower.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/zeldaFollower.c b/src/npc/zeldaFollower.c index 9efe23ac..a1ba0fb5 100644 --- a/src/npc/zeldaFollower.c +++ b/src/npc/zeldaFollower.c @@ -203,7 +203,7 @@ void ZeldaFollower_Show(ZeldaFollowerEntity* this, ZeldaFollowerEntity* follower InitAnimationForceUpdate(&follower->base, follower->base.animationState / 2); } -void sub_080686C4(ZeldaFollowerEntity* this, Entity* follower) { +void sub_080686C4(ZeldaFollowerEntity* this, ZeldaFollowerEntity* follower) { follower->y.HALF.HI -= 0x10; sub_08068578(follower); }