Mt. Everest: Use Flash Suit, Spark into Frozen Crab

Room ID: 174

Wiki
From: 2
Bottom Left Door
To: 8
Higher Hill Junction

Spark into the frozen crab to stop the spark early and save Energy. While facing right, about a tile from the wall, shoot upward then quickly jump and spark once the beam is about to go off screen. This can get Samus onto the peak at the right; it works with Ice and either Plasma or Charge + Wave + Spazer.

Requires:

"Morph"
"canHeroShot"
"canTrickyUseFrozenEnemies"
{
  "or": [
    "Plasma",
    {
      "and": [
        "Charge",
        "Wave",
        "Spazer"
      ]
    }
  ]
}
{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 22,
        "excessFrames": 0
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 20,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}