Main Street: Direct G-Mode Morph PB Overload Speed Blocks (Get Into Position)

Room ID: 172

Wiki
From: 13
G-Mode Morph Junction By Middle Right Door
To: 10
Direct G-Mode Morph On Ledge Left of Morph Tunnel Item

This is a long climb, and getting around the fish under the speed blocks can be tricky or slow.

Requires:

"canEnterGMode"
{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_canNavigateUnderwater"
{
  "obstaclesCleared": [
    "B"
  ]
}
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphJumpIntoIBJ",
            "h_canArtificialMorphDoubleBombJump",
            "h_canArtificialMorphStaggeredIBJ",
            {
              "and": [
                "h_canArtificialMorphIBJ",
                "canBeVeryPatient"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphIBJ",
                "h_canArtificialMorphPowerBomb"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "HiJump"
              ]
            },
            {
              "and": [
                "h_canArtificialMorphSpringBall",
                "canGravityJump"
              ]
            }
          ]
        }
      ]
    },
    "h_canArtificialMorphDoubleSpringBallJump"
  ]
}