Crocomire's Room: Use Stored Spark

Room ID: 122

Wiki
From: 4
Central Junction
To: 3
Item

Jump and spark horizontally, or with a big speed jump, spark diagonally to the item.

Requires:

"h_storedSpark"
{
  "or": [
    {
      "and": [
        "canDash",
        {
          "shinespark": {
            "frames": 27,
            "excessFrames": 7
          }
        }
      ]
    },
    {
      "and": [
        "h_speedJump",
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}