Mt. Everest: Direct G-Mode Morph

Room ID: 174

Wiki
From: 6
Left Morph Passage Doorway
To: 12
G-Mode Junction (In Morph Tunnel)

After entering the room, quickly leave the morph tunnel with Gravity, or quickly place a Power Bomb to kill the crab before it gets to Samus. If the morph tunnel is expanded, it it possible to roll a little to the left and wait for the crab to pass before rolling out.

The tunnel does not need to be expanded for Samus to get into the morph tunnel without getting stuck, regardless of if she has Morph or artificial morph, even in direct G-mode.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": true,
    "mobility": "mobile"
  }
}

Requires:

{
  "or": [
    "Gravity",
    "h_artificialMorphPowerBomb",
    {
      "and": [
        "h_EverestMorphTunnelExpanded",
        "canOffScreenMovement"
      ]
    }
  ]
}