Double Chamber: Direct G-Mode, Through the Crumbles

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 3
Right Door

Overload PLMs by shooting the gate, then go through the crumble blocks below and get to the door. The gate can be shot while precisely positioned from below without requiring any items. The positioning is precise and off camera; while facing left, position Samus front foot barely on the flat part after the slope.

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"