Plasma Spark Room: G-Mode Morph

Room ID: 197

Wiki
From: 4
Top Right Door
To: 5
Top Junction

IBJ from below or bomb horizontally, then use Spring Ball with HiJump to jump around the overhang while avoiding the upper Choot.

Entrance condition:

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

Requires:

{
  "or": [
    "h_artificialMorphLongIBJ",
    {
      "and": [
        "HiJump",
        "h_artificialMorphSpringBallBombJump",
        {
          "tech": "canBombHorizontally"
        },
        "canTrickyJump"
      ]
    }
  ]
}