Fix last function

This commit is contained in:
KEKW555 2023-12-31 17:22:50 +05:30 committed by GitHub
parent 083bac47d1
commit 8a44bb6600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}