Northwest Maridia Bug Room: G-Mode Morph

Room ID: 180

Wiki
From: 1
Left Door
To: 2
Right Door

The off screen portion can be simple with Spring Ball or two short IBJs.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "and": [
        "h_canArtificialMorphIBJ",
        "Gravity"
      ]
    }
  ]
}