Wrecked Ship Main Shaft: Leave With Runway - Frozen Atomic or Covern

Room ID: 155

Wiki
From: 5
Middle Right Door
To: 5
Middle Right Door

Lure an Atomic or get a Covern to spawn to extend the runway. Position the enemy horizontally centered in the hole to extend the runway all the way to the wall. Positioning a Covern is tricky. One way to set this up is with Space Jump. Align Samus left against the tile in the ceiling to align the Covern horizontally, then perform short Space Jumps half way between the desired Covern position and the ceiling until the Covern spawns in the correct position.

Requires:

"h_canFrozenEnemyRunway"
{
  "or": [
    "f_DefeatedPhantoon",
    {
      "and": [
        "SpaceJump",
        "h_canTrickyFrozenEnemyRunway"
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 14,
    "openEnd": 0,
    "steepUpTiles": 6
  }
}