Make Deku Tree's falling platform respawn in rando (#6128)

Relevant in Shuffle Climb, where getting to chest would not be able to logically use platform
This commit is contained in:
Philip Dubé
2026-01-11 05:03:08 +00:00
committed by GitHub
parent 31eefd57df
commit 5d2d7a7f09

View File

@@ -2030,6 +2030,9 @@ void RandomizerOnActorInitHandler(void* actorRef) {
if (!isVanilla && Flags_GetRandomizerInf(RAND_INF_DEKU_TREE_MQ_TORCH_SWITCH)) {
Flags_SetSwitch(gPlayState, 0x27);
}
if (isVanilla) { // make falling platform respawn
Flags_UnsetSwitch(gPlayState, 0x14);
}
break;
case SCENE_DODONGOS_CAVERN:
if (!isVanilla && Flags_GetRandomizerInf(RAND_INF_DODONGOS_CAVERN_MQ_SILVER_RUPEES)) {