Main Street: G-Mode Morph Overload Speed Blocks Frozen Crab (From the Top)

Room ID: 172

Wiki
From: 4
Top Right Door
To: 6
Speed Blocked Item

Notable: true

Place bombs against the speed blocks until they are overloaded. Afterwards, freeze a crab on the edge of the speed blocks, such that Samus can jump inside and stand on the crab. Exit G-Mode and rotate to obtain the item, then kill the crab with Wave Beam to fall back down.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "Gravity",
    {
      "and": [
        "canSuitlessMaridia",
        "HiJump"
      ]
    }
  ]
}
"canTrickyUseFrozenEnemies"
"Wave"
"h_canArtificialMorphBombs"
{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "and": [
        "Morph",
        "canBeVeryPatient"
      ]
    },
    {
      "and": [
        "Gravity",
        "h_canArtificialMorphIBJ",
        "h_canArtificialMorphCeilingBombJump"
      ]
    },
    {
      "and": [
        "Gravity",
        "h_canArtificialMorphIBJ",
        "canBeVeryPatient"
      ]
    }
  ]
}