Below Spazer: Blue Suit

Room ID: 70

Wiki
From: 4
Top Left Ledge
To: 3
Top Right Door

The blue suit would break the bomb block below Samus while rolling through the tunnel. This can be dealt with by spin jumping off the crumble block then wall jumping and morphing; or use a well timed bomb boost or Spring Ball to hop over it; alternatively, use the blue suit to break the first bomb block then discard the blue suit and continue normally.

Requires:

{
  "haveBlueSuit": {}
}
"Morph"
{
  "or": [
    {
      "and": [
        "canCrumbleJump",
        "canTrickyJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_useSpringBall"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_useMorphBombs"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 5
          }
        }
      ]
    },
    {
      "and": [
        "canInsaneJump",
        "h_usePowerBomb"
      ]
    },
    {
      "noBlueSuit": {}
    }
  ]
}