The Jail: Grapple Teleport Inside Wall

Room ID: 147

Wiki
From: 1
Left Door
To: 3
Item

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": 220
}

Dev note: This includes extra heat frames to account for the longer time needed to get out of the right chamber, due to being on the right side of the item, and since the shot block and crumble blocks will be unbroken. FIXME: this could be slightly inaccurate in case the item is an E-Tank. The X-Ray climb variant of `canGrappleTeleportWallEscape` doesn't work, because Samus can't get through the space above the crumbles without Morph.