Change wide link into sideways link while climbing

This commit is contained in:
aMannus 2023-03-28 14:34:04 +02:00
commit f2a975872e

View file

@ -11031,11 +11031,11 @@ void Player_Update(Actor* thisx, PlayState* play) {
} }
if (this->stateFlags1 & PLAYER_STATE1_21) { if (this->stateFlags1 & PLAYER_STATE1_21) {
this->actor.scale.x = 0.02f; this->actor.shape.rot.x = 31000;
this->actor.scale.y = 0.009f; this->actor.shape.rot.z = 16000;
this->actor.scale.z = 0.009f; } else if (this->actor.shape.rot.x == 31000 || this->actor.shape.rot.z == 16000) {
} else if (this->actor.scale.x == 0.02f) { this->actor.shape.rot.x = 0;
GameInteractor_SetLinkSize(GI_LINK_SIZE_RESET); this->actor.shape.rot.z = 0;
} }
if (this->actor.scale.x == 0.01f) { if (this->actor.scale.x == 0.01f) {