Blue Brinstar Energy Tank Room: G-Mode Morph

Room ID: 41

Wiki
From: 1
Bottom Left Door
To: 5
G-Mode Morph Junction (Bottom)

It is possible to roll off of the ledge and avoid the Geemers, but it is somewhat tight and the timing is likely earlier than expected.

Entrance condition:

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

Requires:

"h_ZebesIsAwake"
{
  "or": [
    "h_canArtificialMorphSpringBall",
    "h_canArtificialMorphBombThings",
    "canTrickyJump",
    {
      "enemyDamage": {
        "enemy": "Geemer (blue)",
        "hits": 1,
        "type": "contact"
      }
    }
  ]
}