This commit is contained in:
inspectredc 2023-10-07 16:32:02 +01:00 committed by GitHub
parent e66be83eb7
commit 095fd8b625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,6 +353,9 @@ s32 EnSsh_IsCloseToLink(EnSsh* this, PlayState* play) {
Player* player = GET_PLAYER(play);
f32 yDist;
if (IS_RANDO) {
return true;
}
if (this->stateFlags & SSH_STATE_GROUND_START) {
return true;
}