Pants Room: Use Flash Suit

Room ID: 220

Wiki
From: 5
Junction Above Grapple Block
To: 2
East Leg Right Door

Shinespark up right in order to avoid the Menus.

Requires:

"Grapple"
{
  "useFlashSuit": {}
}
"canDodgeWhileShooting"
{
  "or": [
    {
      "shinespark": {
        "frames": 46,
        "excessFrames": 5
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 42,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        {
          "shinespark": {
            "frames": 35,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "canGravityJump",
        "HiJump",
        {
          "shinespark": {
            "frames": 31,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}