Crumble Shaft: Wall Jump Climb

Room ID: 111

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

Enter with a spin jump, and wall jump up the right side; at the end, walljump off the top-middle crumble platform then off the top-right one.

Requires:

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