Room ID: 31
From: 4
Middle Junction (Left of Morph Tunnel)
To: 1
Left Door
After destroying a single bomb block, Samus can spin jump into its spot to quickly escape the acid. To avoid the acid completely, morph quickly at the right height and place a bomb. Requires: {
"or": [
"canCarefulJump",
{
"acidFrames": 35
}
]
}
"h_useMorphBombs"
{
"or": [
"canTrickyJump",
{
"and": [
"canCarefulJump",
"canBombHorizontally",
{
"acidFrames": 35
}
]
},
{
"acidFrames": 100
}
]
}
{
"or": [
{
"and": [
"canTrickyJump",
"canTrickyWalljump"
]
},
{
"and": [
"canCarefulJump",
{
"acidFrames": 35
}
]
},
{
"acidFrames": 100
}
]
}Clears obstacles: A, B |