Room ID: 226
|
Bomb Jump between the two floating platforms. Requires: "canDash"
{
"or": [
{
"obstaclesCleared": [
"A"
]
},
{
"and": [
"canCameraManip",
"canMetroidAvoid"
]
}
]
}
{
"or": [
{
"and": [
"canHBJ",
"canResetFallSpeed"
]
},
{
"and": [
{
"obstaclesCleared": [
"A"
]
},
"canDiagonalBombJump"
]
},
"canCeilingBombJump"
]
}Dev note: FIXME: This is probably possible dashless. |