From f2a975872ef0406af3c75e95179a7f43fd661ac3 Mon Sep 17 00:00:00 2001 From: aMannus Date: Tue, 28 Mar 2023 14:34:04 +0200 Subject: [PATCH] Change wide link into sideways link while climbing --- soh/src/overlays/actors/ovl_player_actor/z_player.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/soh/src/overlays/actors/ovl_player_actor/z_player.c b/soh/src/overlays/actors/ovl_player_actor/z_player.c index 71a2e0793..163045710 100644 --- a/soh/src/overlays/actors/ovl_player_actor/z_player.c +++ b/soh/src/overlays/actors/ovl_player_actor/z_player.c @@ -11031,11 +11031,11 @@ void Player_Update(Actor* thisx, PlayState* play) { } if (this->stateFlags1 & PLAYER_STATE1_21) { - this->actor.scale.x = 0.02f; - this->actor.scale.y = 0.009f; - this->actor.scale.z = 0.009f; - } else if (this->actor.scale.x == 0.02f) { - GameInteractor_SetLinkSize(GI_LINK_SIZE_RESET); + this->actor.shape.rot.x = 31000; + this->actor.shape.rot.z = 16000; + } else if (this->actor.shape.rot.x == 31000 || this->actor.shape.rot.z == 16000) { + this->actor.shape.rot.x = 0; + this->actor.shape.rot.z = 0; } if (this->actor.scale.x == 0.01f) {