Bowling Alley: Use Stored Spark (No Wall Jump)

Room ID: 161

Wiki
From: 4
Bottom Chozo Item
To: 5
Top Right Item

Requires:

{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    "h_usePowerBomb"
  ]
}
"h_storedSpark"
{
  "or": [
    {
      "shinespark": {
        "frames": 32,
        "excessFrames": 3
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 29,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}

Clears obstacles: A

Dev note: There is no point in using a blue suit to spark or sparking at the bottom if Samus can wall jump.