Botwoon Quicksand Room: G-Mode Morph, Through the Hidden Tunnel

Room ID: 204

Wiki
From: 3
Top Right Sand Entrance
To: 2
Bottom Left Sand Exit

Entrance condition:

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

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Bull",
        "type": "contact",
        "hits": 1
      }
    },
    "h_canArtificialMorphPowerBomb"
  ]
}

Exit condition:

{
  "leaveWithGMode": {
    "morphed": true
  }
}