Room ID: 42
        
        From: 2 
    Right Door 
        To: 1 
Left Door 
 Jump and diagonally spark to the invisible platform. There is a small pixel range which lands on the platform and does not touch the boulder. It is possible to do this even below 29 Energy. It requires a last frame jump and then 4 frame spark window. It is more lenient with SpeedBooster. Requires: {
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 2,
        "excessFrames": 0
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 2,
            "excessFrames": 2
          }
        },
        {
          "or": [
            "canMoonwalk",
            "canMorphTurnaround"
          ]
        },
        {
          "or": [
            {
              "and": [
                "canTrickyJump",
                "SpeedBooster"
              ]
            },
            "canInsaneJump"
          ]
        }
      ]
    }
  ]
} |