Halfie Climb Room: Halfie Climb Carry Shinecharge through Morph Tunnel to the Top

Room ID: 187

Wiki
From: 3
Bottom Right Door
To: 4
Top Right Door

Charge a shinespark below the Oums, near the bottom right door, quickly move through the morph tunnel and spark up to the top door. This is an alternative to wall jumping.

Requires:

"Morph"
"Gravity"
"canShinechargeMovementComplex"
{
  "or": [
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 39,
            "excessFrames": 4
          }
        }
      ]
    },
    {
      "and": [
        "canMidairShinespark",
        {
          "canShineCharge": {
            "usedTiles": 33,
            "openEnd": 0
          }
        },
        {
          "shinespark": {
            "frames": 33,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}