Draygon's Room: Leave With Grapple Teleport (Suitless, Top 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 top half of the turret above the door. With HiJump, this can be done by standing on the low ground a couple tiles right of the ledge, jumping up into a mid-air morph, laying a bomb or Power Bomb, unmorphing, then grappling diagonally. Samus will enter a 'glitched grapple hanging' state where Samus' graphics will appear corrupted while swinging with Grapple. Slightly delay the down press to extend Grapple, to avoid getting caught on the corner of the floor. Swing down, and hold left while approaching the door to trigger 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 can reach the transition at either horizontal position 20 or 21, depending on the specific timing and positioning of the swing.

Requires:

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

Exit condition:

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