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_navigateUnderwater"
{
  "obstaclesCleared": [
    "B"
  ]
}
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_artificialMorphJumpIntoIBJ",
            "h_artificialMorphDoubleBombJump",
            "h_artificialMorphStaggeredIBJ",
            {
              "and": [
                "h_artificialMorphIBJ",
                "canBeVeryPatient"
              ]
            },
            {
              "and": [
                "h_artificialMorphIBJ",
                "h_artificialMorphPowerBomb"
              ]
            },
            {
              "and": [
                "h_artificialMorphSpringBall",
                "HiJump"
              ]
            },
            {
              "and": [
                "h_artificialMorphSpringBall",
                "canGravityJump"
              ]
            }
          ]
        }
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}

Dev note: FIXME: Some IBJ strats may need canBeVeryPatient if they can't be done before the crab is in position