Room ID: 217
 
        | 
 With HiJump, climb to the first Choot platform, jump left and spark up right to save Energy. Requires: {
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 48,
        "excessFrames": 12
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 30,
            "excessFrames": 10
          }
        }
      ]
    }
  ]
} |