Room ID: 155
From: 6
Bottom Right Door
To: 8
Item
Roll through the bomb blocks then exit g-mode and travel to the item and back while off screen. If a Spring Ball bomb jump off of a Power Bomb is the only way up, first overload PLMs using the camera scroll block in front of the bottom bomb block or the top block will remain solid. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_blueSuitGMode"
{
"or": [
"h_artificialMorphIBJ",
"h_artificialMorphSpringBallBombJump",
{
"and": [
"h_artificialMorphSpringBall",
"HiJump"
]
}
]
}
{
"or": [
{
"and": [
"canOffScreenMovement",
"canTrickyGMode"
]
},
{
"and": [
{
"not": "f_DefeatedPhantoon"
},
"canRiskPermanentLossOfAccess"
]
}
]
}Clears obstacles: A Dev note: This is only useful if the item is Morph. |