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
Requires: "canDelayedWalljump" { "or": [ "HiJump", "canConsecutiveWalljump" ] } |
Requires: { "notable": "Right Side Delayed Walljumps" } "canDelayedWalljump" "canConsecutiveWalljump" |
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 |
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" ] } |
Requires: "Gravity" "canDelayedWalljump" |
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. |