East Sand Hole: G-Mode Morph Through Crumbles

Room ID: 208

Wiki
From: 1
Top Sand Entrance
To: 4
Right Item

IBJ or Spring Ball Bomb Jump through two sets of Crumble Blocks.

Entrance condition:

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

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphIBJ",
            {
              "and": [
                "h_canArtificialMorphSpringBallBombJump",
                "h_additionalBomb"
              ]
            }
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}