canDelayedWalljump (Hard)

A precise wall jump that needs to done as late as possible by moving away from the wall in order for Samus to start the jump as far from the wall as possible.

Dependencies: canPreciseWalljump

Difficulty filter

Strats (0)

From: 5
Ship
To: 7
Junction (Left Ledge Below Bomb Blocks)

Requires:

"canDelayedWalljump"
{
  "or": [
    "HiJump",
    "canConsecutiveWalljump"
  ]
}
From: 9
Main Junction
To: 7
Top Right Door

A tricky, delayed walljump makes it possible to climb to top right in-room, with nothing.

Requires:

{
  "notable": "Right Side Delayed Walljumps"
}
"canDelayedWalljump"
"canConsecutiveWalljump"
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:

"canDelayedWalljump"
"canConsecutiveWalljump"
"canTrickyJump"
"canUseEnemies"
{
  "or": [
    {
      "heatFrames": 190
    },
    {
      "and": [
        "canPrepareForNextRoom",
        {
          "heatFrames": 120
        }
      ]
    }
  ]
}
From: 2
Bottom Left Door
To: 4
Junction Above Bomb Blocks

Freeze the pirates to use as platforms to get up through the bomb blocks. Note that the pirates' hitboxes are larger than they seem.

Requires:

{
  "notable": "Frozen Pirate Platforms"
}
"canTrickyUseFrozenEnemies"
"canDodgeWhileShooting"
"Charge"
"h_heatProof"
"canDelayedWalljump"
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        "h_canBombThings",
        "canMidAirMorph"
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A

Dev note: It is possible to place a PB on top of a frozen Pirate, but that requires keeping two alive or freezing one with Plasma and another beam. The 'Low Ice' strats can be used as a way to manipulate the pirates into position and do not have h_heatProof.

From: 6
Bottom Platform Junction With Pirates Killed
To: 4
Junction Above Bomb Blocks

Requires:

"HiJump"
"canPreciseWalljump"
"canConsecutiveWalljump"
{
  "heatFrames": 300
}
{
  "or": [
    {
      "and": [
        "canTrivialMidAirMorph",
        "h_canUsePowerBombs",
        {
          "heatFrames": 200
        }
      ]
    },
    {
      "and": [
        "canDelayedWalljump",
        "canWallJumpInstantMorph",
        "h_canUseMorphBombs",
        {
          "heatFrames": 520
        }
      ]
    },
    {
      "obstaclesCleared": [
        "A"
      ]
    }
  ]
}

Clears obstacles: A

From: 10
Upper Right Ledge Junction
To: 4
Top Right Door

Requires:

"Gravity"
{
  "or": [
    "canDelayedWalljump",
    {
      "and": [
        "HiJump",
        "canPreciseWalljump"
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        "SpeedBooster"
      ]
    }
  ]
}
From: 3
Junction Left of Morph Tunnel
To: 1
Left Door

Requires:

"canSuitlessMaridia"
"HiJump"
"canPreciseWalljump"
{
  "or": [
    "canTrickyJump",
    "canMidairWiggle"
  ]
}
{
  "or": [
    "canConsecutiveWalljump",
    "canDelayedWalljump"
  ]
}
From: 2
Bottom Left Door
To: 1
Top Left Door

Requires:

"Gravity"
"canDelayedWalljump"
From: 2
Right Door
To: 1
Left Door

Requires:

{
  "or": [
    {
      "and": [
        "canDelayedWalljump",
        {
          "acidFrames": 20
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canWalljump",
        {
          "acidFrames": 50
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canPreciseWalljump",
        {
          "acidFrames": 20
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "acidFrames": 10
        }
      ]
    }
  ]
}
{
  "or": [
    {
      "or": [
        "f_KilledMetroidRoom1",
        {
          "obstaclesCleared": [
            "f_KilledMetroidRoom1"
          ]
        }
      ]
    },
    "Ice",
    "ScrewAttack",
    "canMetroidAvoid",
    {
      "and": [
        "canPseudoScrew",
        "canTrickyJump"
      ]
    },
    {
      "metroidFrames": 420
    }
  ]
}
{
  "or": [
    "canInsaneJump",
    {
      "and": [
        "canTrickyJump",
        "canLateralMidAirMorph"
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "canPreciseWalljump",
        {
          "acidFrames": 16
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "acidFrames": 16
        }
      ]
    },
    {
      "acidFrames": 27
    }
  ]
}

Dev note: 1) Jump from the acid to the floating platform. 2) Deal with the Metroid. 3) Jump from the platform to the ledge, potentially falling in acid.