Botwoon Energy Tank Room: Use Flash Suit

Room ID: 186

Wiki
From: 4
Right Door
To: 1
Left Door

It is important not to crouch before sparking, as the ceiling blocks are weird and will prevent the spark.

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 120,
        "excessFrames": 20
      }
    },
    {
      "and": [
        "Gravity",
        {
          "shinespark": {
            "frames": 94,
            "excessFrames": 15
          }
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "shinespark": {
            "frames": 94,
            "excessFrames": 53
          }
        },
        {
          "or": [
            {
              "enemyDamage": {
                "enemy": "Puyo",
                "type": "contact",
                "hits": 1
              }
            },
            "h_pauseAbuseMinimalReserveRefill"
          ]
        }
      ]
    }
  ]
}

Clears obstacles: A

Dev note: Suitless with a reserve could use pause abuse, however, Samus can just refill, spark across, and then go back and refill. There are many ranges of Energy that could be used to spark through without a Puyo hit, but that is not considered, as Samus can just go back and refill.