Double Chamber: Delayed Wall Jump

Room ID: 104

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

Wall jump up the left wall, perform a delayed wall jump on the Fune to reach the door.

Requires:

"canTrickyWalljump"
"canConsecutiveWalljump"
"canTrickyJump"
"canUseEnemies"
{
  "or": [
    {
      "heatFrames": 190
    },
    {
      "and": [
        "canPrepareForNextRoom",
        {
          "heatFrames": 135
        }
      ]
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 5
    }
  ]
}