Room ID: 44
From: 9
Right Etecoon Shaft - Top Left Door
To: 15
Right Etecoon Shaft - Upper Morph Tunnel Entrance Junction
Requires: {
"or": [
"canMidAirMorph",
"h_useSpringBall",
{
"and": [
"canTrivialMidAirMorph",
{
"or": [
"SpaceJump",
"canConsecutiveWalljump"
]
}
]
},
{
"and": [
"canIBJ",
"canBombHorizontally"
]
}
]
}Dev note: Doable with just a very long IBJ, but if bombing horizontally is too hard, that will be too. |