Gauntlet Entrance: Use Flash Suit and Power Bombs

Room ID: 30

Wiki
From: 2
Right Door
To: 1
Left Door

If using two Power Bombs, shinespark after the Yapping Maw starts to retreat to prevent a game crash.

Requires:

"h_canUsePowerBombs"
"canHorizontalShinespark"
{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "shinespark": {
        "frames": 59,
        "excessFrames": 15
      }
    },
    {
      "and": [
        "h_additionalBomb",
        {
          "shinespark": {
            "frames": 32,
            "excessFrames": 20
          }
        }
      ]
    }
  ]
}