Main Street: G-Mode Morph

Room ID: 172

Wiki
From: 5
Morph Passage Doorway
To: 7
Morph Tunnel Item

The crab will not come through the whole tunnel, so wait for it to pass before going through the vertical portion.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "h_artificialMorphSpringBall",
    {
      "and": [
        "Gravity",
        "h_artificialMorphBombThings"
      ]
    }
  ]
}

Dev note: 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, and is in direct or indirect G-mode.