Double Chamber: Direct G-Mode, Through the Crumbles

Room ID: 104

Wiki
From: 1
Top Left Door
To: 3
Right Door

Overload PLMs by shooting the gate, then go through the crumble blocks below and get to the door.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Requires:

"Morph"
{
  "or": [
    "SpaceJump",
    "canPreciseGrapple",
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir"
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        "canTrickyJump"
      ]
    },
    {
      "and": [
        "canWalljump",
        "canUseIFrames",
        {
          "spikeHits": 1
        }
      ]
    },
    "h_IBJFromSpikes"
  ]
}
"h_HeatedGModeOpenDifferentDoor"