Double Chamber: Cross Room Delayed Wall Jump

Room ID: 104

Wiki
From: 2
Bottom Left Door
To: 4
Item

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

Entrance condition:

{
  "comeInJumping": {
    "speedBooster": "any",
    "minTiles": 0
  }
}

Requires:

"canPrepareForNextRoom"
"canTrickyWalljump"
"canConsecutiveWalljump"
"canTrickyJump"
"canUseEnemies"
"canPrepareForNextRoom"
{
  "heatFrames": 300
}
{
  "or": [
    {
      "noFlashSuit": {}
    },
    "canComplexCarryFlashSuit",
    "Ice",
    "Wave",
    "Spazer",
    "Plasma",
    {
      "heatFrames": 300
    }
  ]
}
{
  "or": [
    "canDash",
    {
      "heatFrames": 50
    }
  ]
}

Dev note: This differs from the canPrepareForNextRoom option of the previous strat only in requiring an air entry.