Climb: G-Mode Morph through Bomb Blocks

Room ID: 11

Wiki
From: 3
Top Right Door
To: 6
Main Junction

Overload PLMs using the scroll block at the top of the stairs next to the bomb blocks.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphSpringBall",
    "h_canArtificialMorphBombs",
    {
      "and": [
        "Morph",
        "h_canFourTileJumpMorph"
      ]
    }
  ]
}