Climb Supers Room: Use Stored Spark

Room ID: 29

Wiki
From: 4
Top Junction (Right of Spikes)
To: 1
Top Left Door

Requires:

"h_storedSpark"
"canDash"
"canHorizontalShinespark"
{
  "or": [
    {
      "shinespark": {
        "frames": 44,
        "excessFrames": 7
      }
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        {
          "shinespark": {
            "frames": 38,
            "excessFrames": 0
          }
        }
      ]
    },
    {
      "and": [
        "canShinechargeMovementTricky",
        "canSpeedyJump",
        {
          "shinespark": {
            "frames": 35,
            "excessFrames": 0
          }
        }
      ]
    }
  ]
}