Early Supers Room: G-Mode Setup - Get Hit By Waver (Come in With Side Platform)

Room ID: 45

Wiki

Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left. This is the only way for the Wavers to reach the door. After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come.

Entrance condition:

{
  "comeInWithSidePlatform": {
    "platforms": [
      {
        "minHeight": 1,
        "maxHeight": 2,
        "minTiles": 4,
        "speedBooster": "no",
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "note": [
          "Skree Boost Room and Butterfly Room are minimal-runway examples that this applies to."
        ]
      },
      {
        "minHeight": 3,
        "maxHeight": 3,
        "minTiles": 5,
        "speedBooster": "no",
        "obstructions": [
          [
            1,
            0
          ]
        ],
        "note": [
          "Bomb Torizo Room is a minimal-runway example that this applies to."
        ]
      }
    ]
  }
}

Requires:

"canCrouchGateClip"
"canComplexGMode"

Exit condition:

{
  "leaveWithGModeSetup": {}
}

Unlocks doors:

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