Red Tower: HiJump, Spring Ball Jump, Use Flash Suit

Room ID: 66

Wiki
From: 9
Junction (Top Rippers)
To: 5
Top Right Door

HiJump and Spring Ball can get Samus high enough to shoot the shot block. Fall down, then jump again and shinespark through. Jumping between the Rippers can be tricky.

Requires:

"HiJump"
"canSpringBallJumpMidAir"
{
  "or": [
    "canInsaneJump",
    {
      "obstaclesCleared": [
        "B"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Ripper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "useFlashSuit": {}
}
{
  "shinespark": {
    "frames": 25,
    "excessFrames": 6
  }
}

Dev note: It would be possible to kill the Rippers and pick up their drops mid-spark, but that's not expected here.