shuffle thieves' hideout entrances (#5619)

* shuffle gerudo fortress entrances

* tracker names

* typo

* don't jail from TH in mixed gerudo entrance shuffle

* split RR_TH_KITCHEN_TOP

* fix incorrect logic re near gs to long roof

* whitespace

* Shuffle Thieves' Hideout

* increase ENTRANCE_OVERRIDES_MAX_COUNT
This commit is contained in:
Philip Dubé
2025-10-16 02:10:10 +00:00
committed by GitHub
parent c0aa3deb93
commit a73d80c82b
14 changed files with 173 additions and 55 deletions

View File

@@ -247,7 +247,7 @@ void EnGe1_KickPlayer(EnGe1* this, PlayState* play) {
}
if (IS_RANDO) {
Entrance_OverrideGeurdoGuardCapture();
Entrance_OverrideGerudoGuardCapture();
}
play->transitionType = TRANS_TYPE_CIRCLE(TCA_STARBURST, TCC_BLACK, TCS_FAST);

View File

@@ -255,7 +255,7 @@ void EnGe2_CaptureClose(EnGe2* this, PlayState* play) {
}
if (IS_RANDO) {
Entrance_OverrideGeurdoGuardCapture();
Entrance_OverrideGerudoGuardCapture();
}
play->transitionType = TRANS_TYPE_CIRCLE(TCA_STARBURST, TCC_BLACK, TCS_FAST);
@@ -285,7 +285,7 @@ void EnGe2_CaptureCharge(EnGe2* this, PlayState* play) {
}
if (IS_RANDO) {
Entrance_OverrideGeurdoGuardCapture();
Entrance_OverrideGerudoGuardCapture();
}
play->transitionType = TRANS_TYPE_CIRCLE(TCA_STARBURST, TCC_BLACK, TCS_FAST);

View File

@@ -1576,7 +1576,7 @@ void EnGeldB_Draw(Actor* thisx, PlayState* play) {
}
if (IS_RANDO) {
Entrance_OverrideGeurdoGuardCapture();
Entrance_OverrideGerudoGuardCapture();
}
play->transitionType = TRANS_TYPE_CIRCLE(TCA_STARBURST, TCC_BLACK, TCS_FAST);