Green Hill Zone: Leave Shinecharged (Close Runway)

Room ID: 54

Wiki
From: 1
Top Left Door
To: 1
Top Left Door

Use the short runway below the door to gain a shinecharge and reach the door with shinecharge frames remaining.

Requires:

{
  "canShineCharge": {
    "usedTiles": 14,
    "openEnd": 1
  }
}
{
  "or": [
    {
      "canShineCharge": {
        "usedTiles": 14,
        "openEnd": 0
      }
    },
    {
      "shineChargeFrames": 15
    }
  ]
}
"canShinechargeMovementTricky"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "shineChargeFrames": 75
        }
      ]
    },
    {
      "shineChargeFrames": 80
    }
  ]
}

Exit condition:

{
  "leaveShinecharged": {}
}