Room ID: 161
From: 2
Middle Left Door
To: 1
Top Left Door
Jump close to ceiling, and activate a shinespark to the right. If successful, Samus will clip into the wall behind the Chozo statue and be able to X-Ray climb up. Only certain horizontal positions will cause Samus to clip into the wall. It will work to activate the spark while Samus is centered under the second Grapple block or slightly to the left. Entrance condition: { "comeInShinecharged": {} } Requires: { "shineChargeFrames": 50 } "canShinechargeMovementTricky" { "shinespark": { "frames": 88, "excessFrames": 0 } } "canShinesparkSlopeClip" "canXRayClimb" { "or": [ { "getBlueSpeed": { "usedTiles": 16, "steepDownTiles": 4, "openEnd": 0 } }, "can4HighMidAirMorph" ] } Exit condition: { "leaveNormally": {} } Unlocks doors: {"types":["ammo"],"requires":[]} Dev note: The leaveNormally is to ensure it won't be required to do the Speed block moondance blind up there. |