Double Chamber: Direct G-Mode, Prepared Remote Acquire

Room ID: 104

Wiki
From: 3
Right Door
To: 6
Direct G-Mode Junction, Prepared Remote Acquire (Bottom Right)

Jump onto the crumble blocks to make them solid, then use them as a platform to get to the item. With Grapple, a running jump then single Grapple swing can be used before PLMs are overloaded, alternatively jump on the crumble blocks and Grapple the Ripper. Avoid touching all 6 crumbles, so Samus can use the item to overload PLMs and go through one of the crumbles to get to the left side of the room. If the item has already been obtained, Samus can shoot the gate many times to overload PLMs.

Entrance condition:

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

Requires:

{
  "or": [
    "SpaceJump",
    "canSpringBallJumpMidAir",
    "canPreciseGrapple",
    "canInsaneWalljump",
    {
      "and": [
        "HiJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "HiJump",
        "SpeedBooster"
      ]
    },
    {
      "and": [
        "canStaggeredIBJ",
        "canDoubleBombJump",
        "canBombHorizontally"
      ]
    },
    "h_IBJFromSpikes",
    "canCeilingBombJump",
    {
      "and": [
        "canBombHorizontally",
        "canIBJ",
        "h_canUsePowerBombs"
      ]
    }
  ]
}
{
  "heatFrames": 0
}