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; or, to save some energy, angle-down jump and spark at the peak of the jump (with Hi-Jump unequipped). It is possible to set up a frozen pirate on the right wall to stop the shinespark early.

If the positioning is ideal, Samus will bonk the platform at the top-right of the room, saving a bit of energy. With Hi-Jump equipped, this is still possible (and with 1 less energy needed): by sparking after bonking the platform and descending a few pixels (a 3-frame window); or, more easily but requiring slightly more energy, by aiming down and sparking at the maximum height (which will result in clipping through the platform at the top-right of the room if the spark is not interrupted by running low on energy before that point).

Requires:

{
  "notable": "Behemoth Shinespark"
}
"Morph"
{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "and": [
        {
          "disableEquipment": "HiJump"
        },
        {
          "shinespark": {
            "frames": 127,
            "excessFrames": 124
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 130,
            "excessFrames": 129
          }
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canInsaneJump",
        {
          "shinespark": {
            "frames": 126,
            "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.