Room ID: 151
From: 2
Middle Right Door
To: 5
Junction Above Bottom Blocks
Bomb all the blocks before exiting G-mode near the lower bomb blocks. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_heatedGMode"
{
"or": [
"h_artificialMorphLongIBJ",
{
"and": [
"h_usePowerBomb",
{
"or": [
"canWalljump",
"SpaceJump",
{
"and": [
"HiJump",
"canSpringBallJumpMidAir"
]
}
]
}
]
}
]
}
"h_additionalBomb"
{
"heatFrames": 0
}Clears obstacles: A, B, C Dev note: FIXME: If Bombs are available (vs. Power Bombs), it's not necessary to break all the bottom blocks. |