Room ID: 161
From: 4
Bottom Chozo Item
To: 3
Bottom Left Door
Gain temporary blue, and bounce into the morph tunnel, using Spring Ball to reach the left side while retaining temporary blue. After bouncing up out of the tunnel, unmorph, aim down, and use a pause buffer to remorph and land or bounce on the door frame, chaining temporary blue into the next room. Requires: { "obstaclesNotCleared": [ "B" ] } { "or": [ { "and": [ "f_DefeatedPhantoon", { "canShineCharge": { "usedTiles": 16, "openEnd": 0 } } ] }, { "and": [ { "obstaclesCleared": [ "A" ] }, { "canShineCharge": { "usedTiles": 35, "openEnd": 1 } }, { "or": [ "f_DefeatedPhantoon", "canSpeedball" ] } ] } ] } "canSpringBallBounce" "canPauseRemorphTemporaryBlue" Exit condition: { "leaveWithTemporaryBlue": {} } Unlocks doors: {"types":["ammo"],"requires":[]} |