Room ID: 147
|
In the previous room, avoid triggering the transition too deeply (position $EE), otherwise Samus ends up stuck too far right in the wall. After teleporting, Samus should be standing inside the wall. Wait a moment for the acid to lower, then retract Grapple by pressing up, which will pull Samus left and down. Hold left, and release Grapple while still holding left. Perform a turn-around spin jump (to the right). Then morph and roll out to the left. Entrance condition: {
"comeInWithGrappleTeleport": {
"blockPositions": [
[
12,
12
],
[
12,
13
]
]
}
}Requires: {
"tech": "canGrappleTeleportWallEscape"
}
"Morph"
{
"heatFrames": 180
}Dev note: The X-Ray climb variant of `canGrappleTeleportWallEscape` doesn't work, because Samus can't get through the space above the crumbles without Morph. |