Parlor and Alcatraz: G-Mode Setup - Speed Through the Blocks then Get Hit By Geemer

Room ID: 10

Wiki
From: 8
Central Junction
To: 1
Top Left Door

After the Geemer is near, destroy the bomb wall using blue speed from the right. This opens a path for the Geemer to hit Samus through the transition.

Requires:

"h_ZebesIsAwake"
{
  "or": [
    {
      "haveBlueSuit": {}
    },
    {
      "and": [
        {
          "getBlueSpeed": {
            "usedTiles": 25,
            "steepUpTiles": 3,
            "steepDownTiles": 3,
            "openEnd": 1
          }
        },
        "h_blueJump"
      ]
    },
    {
      "and": [
        {
          "or": [
            {
              "canShineCharge": {
                "usedTiles": 25,
                "steepUpTiles": 3,
                "steepDownTiles": 3,
                "openEnd": 1
              }
            },
            {
              "useFlashSuit": {}
            }
          ]
        },
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        }
      ]
    }
  ]
}

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Unlocks doors:

{"types":["ammo"],"requires":[]}