Room ID: 151
From: 5
Junction Above Bottom Blocks
To: 5
Junction Above Bottom Blocks
This expects that Samus falls down afterwards. Requires: {
"obstaclesNotCleared": [
"C"
]
}
"canLongIBJ"
"canJumpIntoIBJ"
{
"or": [
{
"heatFrames": 1150
},
{
"and": [
"canDoubleBombJump",
{
"heatFrames": 660
}
]
},
{
"and": [
"HiJump",
"canDoubleBombJump",
{
"heatFrames": 540
}
]
}
]
}Clears obstacles: A Dev note: This assumes the lower bomb blocks are not completely broken (due to having used a Power Bomb). |