Climb: Behemoth Spark Bottom, Use Flash Suit

Room ID: 11

Wiki
From: 6
Main Junction
To: 4
Middle Right Door

Diagonal shinespark to break the bomb blocks to the morph tunnel on the right. Spark from the lowest platform that is only one tile from the right wall (part of the bottom right door will be on screen). From this platform, the shinespark must be done from a crouch. It is possible to set up a frozen pirate on the right wall to stop the shinespark early.

Requires:

{
  "notable": "Behemoth Shinespark"
}
"Morph"
{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 135,
        "excessFrames": 124
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 1,
            "excessFrames": 1
          }
        },
        "canTrickyUseFrozenEnemies",
        "h_ZebesIsAwake"
      ]
    }
  ]
}
{
  "or": [
    "h_ClimbWithoutLava",
    "h_lavaProof",
    {
      "obstaclesNotCleared": [
        "B"
      ]
    }
  ]
}

Dev note: For the frozen pirate strat, it is assumed that Samus can farm the energy after the spark, resulting in no damaging shinespark frames. FIXME: It is still possible to set up a frozen pirate, even when shinecharging on the floor.