West Sand Hole: G-Mode Through Crumbles from the Left

Room ID: 209

Wiki
From: 1
Top Sand Entrance
To: 7
Below Morph Tunnel Junction

Get to the left side of the room while avoiding the hole in the ground, jump up through the Morph tunnel. Jump up to the ledge with either Gravity, HiJump and a Crouch Jump Down Grab, or a maximum height Spring Ball Jump.

Entrance condition:

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

Requires:

"Morph"
{
  "or": [
    "Gravity",
    {
      "and": [
        "canSuitlessMaridia",
        "HiJump",
        "h_canCrouchJumpDownGrab"
      ]
    },
    {
      "and": [
        "canSuitlessMaridia",
        "h_canMaxHeightSpringBallJump"
      ]
    }
  ]
}