Draygon's Room: Leave With Grapple Teleport (Suitless, Bottom Position)

Room ID: 193

Wiki
From: 1
Left Door (locked)
To: 1
Left Door (locked)

Get a boost from a Bomb or Power Bomb while grappled to the bottom half of the turret above the door. This can be done by standing at the very edge of the ledge, jumping up into a mid-air morph, laying a bomb or Power Bomb, unmorphing, then grappling diagonally. It can also be done with a crouch jump, without needing to be so close to the edge of the ledge. Samus will enter a 'glitched grapple hanging' state where Samus' graphics will appear corrupted while swinging with Grapple. After the Grapple attachment, hold diagonally down-left to swing directly into the door and through the transition. Continue holding Grapple through the door transition to initiate a teleport in the next room. Samus should be able to stand in the next room (e.g. in case this is needed for an X-Ray climb). Samus may trigger the transition at either horizontal position 20 or 21, depending on the specific timing and positioning of the swing. To reliably trigger it at position 21, press diagonally up-left just before the transition to retract Grapple slightly.

Requires:

"h_canBreakOneDraygonTurret"
"canGrappleBombHang"
"h_canBombThings"
{
  "draygonElectricityFrames": 45
}
{
  "or": [
    "canInsaneJump",
    {
      "draygonElectricityFrames": 45
    }
  ]
}

Exit condition:

{
  "leaveWithGrappleTeleport": {
    "blockPositions": [
      [
        2,
        19
      ]
    ]
  }
}