Climb Supers Room: Use Stored Spark (No Wall Jump)

Room ID: 29

Wiki
From: 5
Bottom Junction (Right of Boyons)
To: 3
Item

Requires:

"h_storedSpark"
{
  "or": [
    {
      "shinespark": {
        "frames": 121,
        "excessFrames": 6
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 117,
            "excessFrames": 6
          }
        },
        "HiJump"
      ]
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 112,
            "excessFrames": 6
          }
        },
        "HiJump",
        "canSpeedyJump"
      ]
    }
  ]
}

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