Crumble Shaft: Wall Jump with Space Jump

Room ID: 111

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

Wall jump up the right, then use Space Jump at the top.

Requires:

"SpaceJump"
"canConsecutiveWalljump"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "heatFrames": 270
        }
      ]
    },
    {
      "heatFrames": 340
    }
  ]
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "heatFrames": 300
    }
  ]
}