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

Room ID: 172

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

This is a long climb, and getting around the fish under the missiles can be tricky or slow. Place bombs against the speed blocks until they are overloaded.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_navigateUnderwater"
"h_artificialMorphBombs"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphIBJ",
            {
              "and": [
                "h_artificialMorphSpringBall",
                "HiJump"
              ]
            },
            {
              "and": [
                "h_artificialMorphSpringBall",
                "canGravityJump"
              ]
            }
          ]
        },
        {
          "or": [
            "h_artificialMorphSpringBall",
            "h_artificialMorphCeilingBombJump",
            "canBeVeryPatient"
          ]
        }
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}