Main Street: G-Mode Overload Speed Blocks (Bombs)

Room ID: 172

Wiki
From: 12
G-Mode Junction By Middle Right Door
To: 11
G-Mode Junction Below Speed Blocks (Overloaded PLMs)

Place bombs against the speed blocks until they are overloaded. With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room, it is possible to use a Super when it passes the speed blocks to speed this up significantly.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_canUseMorphBombs"
"h_canNavigateUnderwater"
{
  "or": [
    "canGravityJump",
    {
      "and": [
        "Gravity",
        "canWalljump"
      ]
    },
    {
      "and": [
        "Gravity",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "or": [
            "canSpringBallJumpMidAir",
            {
              "and": [
                {
                  "notable": "Underwater Walljumps"
                },
                "canUnderwaterWalljump"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canTrickyUseFrozenEnemies"
      ]
    },
    {
      "and": [
        "h_canMaxHeightSpringBallJump",
        "canTrickyUseFrozenEnemies",
        "canBeVeryPatient"
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "Gravity",
        "h_canUseSpringBall"
      ]
    },
    {
      "and": [
        "HiJump",
        "h_canUseSpringBall"
      ]
    },
    {
      "and": [
        "Gravity",
        "canCeilingBombJump"
      ]
    },
    "canBeVeryPatient"
  ]
}