Crab Maze: G-Mode Morph

Room ID: 36

Wiki
From: 1
Top Door
To: 3
Crab Maze Middle Junction

Without Springball or Gravity, it is possible to overload PLMs with the crumble blocks with bombs. Take the first left above the waterline. Place bombs in the single tile nook on the left.

Entrance condition:

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

Requires:

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