Room ID: 161
From: 6
Bowling Chozo Statue
To: 1
Top Left Door
Jump onto the Chozo statue, press against the wall, and shinespark into it to clip in, then X-Ray climb up.. Requires: "h_storedSpark"
{
"shinespark": {
"frames": 1,
"excessFrames": 1
}
}
"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. |