Cathedral Entrance: G-Mode Morph

Room ID: 90

Wiki
From: 2
Right Door
To: 1
Left Door

Carefully roll under the Sm. Desgeegas or kill them with a Power Bomb (while avoiding killing the Sova). It is possible to kill a Sova on the door and pause abuse to grab its Energy drop on G-mode exit. The local or global Sova can be used. To use the local one, keep it off camera when possible and horizontally boost to jump over both stairs at once. With Spring Ball or a moderately good IBJ, Samus should be able to get through the morph tunnel before the global Sova, otherwise it takes just over a minute for it to return.

Entrance condition:

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

Requires:

{
  "or": [
    "canTrickyDodgeEnemies",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Sm. Dessgeega",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "h_canArtificialMorphIBJ",
    "h_canArtificialMorphSpringBall"
  ]
}
{
  "or": [
    "h_heatedGModePauseAbuse",
    "h_HeatedGModeOpenDifferentDoor"
  ]
}