canXRayStandUp (Hard)

Force Samus to stand up from a crouching position by canceling the use of the X-Ray Scope while turning around.

Difficulty filter

Strats ()

From: 7
Junction (Left Ledge Below Bomb Blocks)
To: 1
Top Left Door

Requires:

"HiJump"
{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    "h_canBombThings",
    {
      "and": [
        "ScrewAttack",
        {
          "or": [
            "canTwoTileSqueeze",
            "SpeedBooster",
            {
              "and": [
                "canXRayStandUp",
                "Morph"
              ]
            }
          ]
        }
      ]
    }
  ]
}

Clears obstacles: A

From: 5
Alcatraz Door
To: 8
Central Junction

Notable: true

Wait for a global Geemer to make the long trip along the map, or shoot a Super 20 to 30 seconds after entering the room to knock it off the ceiling and save a lot of time. Freeze it just after it starts climbing the bomb blocks. Spin-jump above it, which will put Samus into a forced crouch where X-Ray cannot be used. Use Grapple to kill a a second Geemer, restoring the ability to use X-Ray. Use X-Ray to stand up, then jump up through the ceiling.

Requires:

"h_ZebesIsAwake"
"canBePatient"
{
  "or": [
    "canBeVeryPatient",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    }
  ]
}
"canPreciseCeilingClip"
"canTrickyUseFrozenEnemies"
"canUseGrapple"
"canXRayStandUp"
From: 1
Top Door
To: 1
Top Door

Shoot a Super as a Sciser crawls near the top door, then freeze it mid-air and use it to clip up past the door shell. If you don't have Morph and X-Ray, you must shoot the Super while the Sciser is on the slope near the door, not on the door itself.

Requires:

{
  "ammo": {
    "type": "Super",
    "count": 1
  }
}
"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 3
Junction (Left side Pit)
To: 2
Right Door

Notable: true

Freeze the right-most ramp Choot in a way where Samus can climb on top of it and use Space Jump to escape the water. Use a turn around to avoid knockback when making contact with the Choot to better time the use of Ice. Freeze the Choot as far to the right (on its lowest swoop), but this method is less precise than the alternatives. If Samus is inside the Choot when it is frozen, she can continuing moving freely. Jump on top either in spinjump or in Morph Ball Use XRay to standup, clipping partially into the above slope. Use a flately jump to fall out of the wall while still keeping enough height to spacejump on top of the water and escape.

Requires:

{
  "enemyDamage": {
    "enemy": "Choot",
    "type": "contact",
    "hits": 1
  }
}
"canTrickyUseFrozenEnemies"
"Morph"
"canXRayStandUp"
"canSpaceJumpWaterBounce"
"canFlatleyJump"
"canHitbox"
From: 6
Middle Right Door (By Zeb Farm)
To: 12
Top Junction

Unmorph and cancel g-mode, shoot the shot block, then x-ray standup, partial floor clip, and down grab to the ledge. Wiggle to escape.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

"canXRayStandUp"
"canPartialFloorClip"
"canDownGrab"
{
  "or": [
    "h_canArtificialMorphSpringBall",
    {
      "and": [
        "h_canArtificialMorphBombs",
        {
          "or": [
            "canTrickyJump",
            {
              "enemyDamage": {
                "enemy": "Zeb",
                "hits": 1,
                "type": "contact"
              }
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_canArtificialMorphBombHorizontally",
        {
          "or": [
            {
              "and": [
                "canTrickyJump",
                "h_canArtificialMorphPowerBomb"
              ]
            },
            {
              "and": [
                "canNeutralDamageBoost",
                {
                  "enemyDamage": {
                    "enemy": "Zeb",
                    "hits": 3,
                    "type": "contact"
                  }
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
From: 6
Middle Right Door (By Zeb Farm)
To: 12
Top Junction

Notable: true

Freeze a bug three tiles to the right of the morph tunnel entrance, directly under the tile where ceiling is higher. Jump onto the bug, crouch, and jump up. The bug must be at a very precise pixel height unless using XRay and Morph. Note that although the ceiling here is 3 tiles thick, only the bottom tile is solid; the other two are slopes pushing Samus up, allowing the trick to be done.

Requires:

"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
From: 6
Middle Right Door (By Zeb Farm)
To: 12
Top Junction

Unmorph and shoot the shot block, then x-ray standup, partial floor clip, and down grab to escape.

Requires:

"Morph"
"canXRayStandUp"
"canPartialFloorClip"
"canDownGrab"
From: 3
Lower Item
To: 1
Left Door

Prepare a pipe bug to Ice clip through the crumble blocks, using Morph and X-Ray. It can be tested on the solid blocks directly above the pipe spawner. Climb onto the frozen bug by rolling under it and jumping while holding down.

Requires:

{
  "obstaclesCleared": [
    "B"
  ]
}
"h_canXRayCeilingClip"
"canTrickyUseFrozenEnemies"
From: 3
Bottom Left Door
To: 2
Top Right Door

Notable: true

Jump and freeze the Beetom at a precise location in order to jump through the crumble blocks. The pixel window is larger and higher with Morph and an X-Ray Stand Up. Two Beetom hits are assumed, but with failed attempts it could take more, possibly requiring leaving the Beetom and going back to the right to farm.

Requires:

"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
"Morph"
{
  "enemyDamage": {
    "enemy": "Beetom",
    "type": "contact",
    "hits": 2
  }
}
{
  "or": [
    "canPreciseCeilingClip",
    "canWalljump",
    "HiJump",
    "SpaceJump",
    {
      "enemyDamage": {
        "enemy": "Beetom",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}
From: 13
Below Power Bomb Blocks - Main Junction
To: 12
Above Power Bomb Blocks - Main Junction

Freeze the wall crawler at a precise location in order to jump through the Power Bomb Blocks. The pixel window is larger and higher with Morph and an X-Ray Stand Up.

Requires:

"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
From: 2
Top Right Door
To: 2
Top Right Door

Lure a Kihunter over to the right near the door Damage it so that it falls to the ground. Freeze it while it hops, and use Morph and X-Ray to stand on top of it and clip up through the door shell.

Requires:

"canTrickyUseFrozenEnemies"
"h_canXRayCeilingClip"

Bypasses door shell: true

From: 12
Bottom Chozo Item
To: 11
Middle Item

Partially floor clip into the left side of the bomb block above the charge beam location. Then jump to clip through the above tile.

Requires:

{
  "or": [
    "canTwoTileSqueeze",
    {
      "and": [
        "Morph",
        "canXRayStandUp"
      ]
    }
  ]
}
"canPartialFloorClip"
"canCeilingClip"
From: 13
Central Junction
To: 5
Left Side - Bottom Middle Door (Blocked by Crumble Blocks)

Notable: true

Lure the Reo (Bee) to the left to use it as a platform for ice clipping up through the crumbles to the Power Bomb room exit door. Watch the Reo bounce against the left wall until it does a slow hover towards Samus. There is a very small timing of when its right claw is above the small pale spore next to the big red spore, when Samus should jump to be above the Reo. Crouching with Samus' front toe beneath this spore (facing left) will cause the bee to fly with the correct timing after Samus takes knockback damage, with a 3 pixel window. This will cause it to fly left and into the two tile gap below the crumble blocks. Freeze it once to get above it, and then again for the ice clip. Once it is up there, the bee will become stuck and the room will need to be reset. But if the Reo does not fit in the hole, it is possible to just wait near the ledge for another slow hover to try again. With this strat, there is at most a two-frame window in which the Reo can be frozen. One frame (setup dependent) may let Samus crouch jump through the block; the next frame Samus can use Morph and X-Ray to clip through.

Requires:

"canTrickyUseFrozenEnemies"
"canPreciseCeilingClip"
"h_canXRayCeilingClip"
From: 2
Item
To: 3
Top Left Junction

Use the Solid Blocks next to the Samus Eater to clip up through the Power Bomb Blocks. The thorns do not cover the entire blocks above. Jump barely only onto the corner to avoid the damage. Carefully jump around the thorns, tunnel crawl slightly to avoid touching the thorns when partial floor clipping. Morph and x-ray can be used instead to setup the clip much easier.

Requires:

"canTrickyJump"
{
  "or": [
    "h_canXRayCeilingClip",
    {
      "and": [
        "canTunnelCrawl",
        "canPartialFloorClip"
      ]
    }
  ]
}
"canCeilingClip"
From: 3
Right Vertical Door
To: 3
Right Vertical Door

Freeze a Zeela at a precise distance below the door in order to jump up and clip through the door shell. The pixel window is larger and higher with Morph and an X-Ray stand-up.

Requires:

"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 4
Gamet Farm Junction
To: 3
Top Door

Bring a Gamet from the farm and freeze it at a precise distance below the door in order to crouch-jump up and clip through the door shell. The pixel window is larger and higher with Morph and an X-Ray stand-up, in which case a standing jump is used.

Requires:

{
  "heatFrames": 560
}
"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 5
Bottom Door
To: 9
Main Junction

Freeze the wall crawler at a precise location in order to jump through the Power Bomb Blocks. The pixel window is larger and higher with Morph and an X-Ray Stand Up.

Requires:

"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
From: 5
Junction Below Right Item
To: 3
Top Right Item

Requires:

"Morph"
"canXRayStandUp"
"canPartialFloorClip"
"canCeilingClip"
From: 2
Right Vertical Door
To: 2
Right Vertical Door

Freeze a Mella at a precise distance below the door in order to crouch-jump up and clip through the door shell. The pixel window is larger and higher with Morph and an X-Ray stand-up, in which case a standing jump is used.

Requires:

"canManipulateMellas"
"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 5
Small Platforms Junction
To: 3
Item

Notable: true

Freeze the Mella at a precise location in order to jump through the crumble block, then wall jump up the long channel and mid air morph to get out. The Mella pixel positioning window is larger and higher with Morph and an X-Ray Stand Up.

Requires:

"Morph"
"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
{
  "or": [
    "canConsecutiveWalljump",
    {
      "and": [
        "HiJump",
        "canWalljump"
      ]
    }
  ]
}
From: 3
Bottom Right Door
To: 4
Top Door

Use a Super to knock a Viola off of the middle platforms and ride it up the right wall by freezing it with Ice Beam. Once it reaches the top door, use another Super to knock it off again, and freeze it mid-air. Use Morph and X-Ray to stand on top of it and clip up through the door shell above.

Requires:

{
  "ammo": {
    "type": "Super",
    "count": 2
  }
}
"canTrickyUseFrozenEnemies"
"h_canXRayCeilingClip"
"canBePatient"

Bypasses door shell: true

From: 9
Junction Below Crumble Blocks, Set Up to Clip
To: 2
Top Right Door

Notable: true

Freeze the Multiviola on the left side, just below the solid block. XRay standup and jump to clip up, then jump again to get on top of the bomb blocks.

Requires:

"h_heatProof"
"h_canXRayCeilingClip"
"canTrickyUseFrozenEnemies"
{
  "or": [
    "h_canCrouchJumpDownGrab",
    "canWalljump",
    "canSpringBallJumpMidAir",
    "HiJump",
    "SpaceJump",
    "h_canJumpIntoIBJ"
  ]
}
From: 9
Junction Below Crumble Blocks, Set Up to Clip
To: 4
Junction Below Bomb Blocks

Notable: true

Freeze the Multiviola on the left side, just below the solid block. XRay standup and jump to clip up, then Morph to be in the morph tunnel.

Requires:

"h_canXRayCeilingClip"
"canTrickyUseFrozenEnemies"
From: 6
Inside Morph Tunnel (Right of Left Bomb Blocks)
To: 7
Junction At Middle Right Door With Bottom KiHunter Cleared

Use Xray to stand up. Jump to clip into the floor. Then another jump to clip through the ceiling block. Watch for the KiHunter to move right before jumping up to get a safe predicatable swoop.

Requires:

"h_canNavigateHeatRooms"
"h_canUsePowerBombs"
"canXRayStandUp"
"canPartialFloorClip"
"canCeilingClip"
{
  "or": [
    "ScrewAttack",
    {
      "and": [
        "canCarefulJump",
        {
          "heatFrames": 90
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Kihunter (red)",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "heatFrames": 520
}
From: 2
Top Door
To: 2
Top Door

Freeze an Atomic at a precise distance below the door in order to jump up and clip through the door shell. The pixel window is larger and higher with Morph and an X-Ray stand-up.

Requires:

"f_DefeatedPhantoon"
"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 4
Bottom Chozo Item (locked)
To: 3
Bottom Left Door

The shot blocks must be broken using Bombs or Power Bombs because Beams will instantly despawn. Use X-Ray or a Crystal Flash to stand up, followed by a Partial Floor clip to jump through the Crumble blocks.

Requires:

{
  "obstaclesCleared": [
    "B"
  ]
}
"h_canBombThings"
"canOffScreenMovement"
{
  "or": [
    {
      "and": [
        "canXRayStandUp",
        "canPartialFloorClip",
        "h_additionalBomb"
      ]
    },
    {
      "and": [
        {
          "or": [
            {
              "and": [
                "SpeedBooster",
                "h_ShinesparksCostEnergy"
              ]
            },
            "f_DefeatedPhantoon"
          ]
        },
        "h_canCrystalFlash"
      ]
    }
  ]
}
From: 1
Top Door
To: 1
Top Door

Freeze an Atomic at a precise distance below the door in order to crouch-jump up and clip through the door shell. The pixel window is larger and higher with Morph and an X-Ray stand-up, in which case a standing jump is used. If Phantoon is not defeated, freeze a Covern as high as possible, then jump and down-grab onto it and Samus will stand up.

Requires:

"canTrickyUseFrozenEnemies"
"h_canNonTrivialCeilingClip"

Bypasses door shell: true

From: 2
Bottom Left Door
To: 1
Middle Left Door

Notable: true

Jump on the Snail when it is at a precise location, and then crouch jump through the ceiling and jump again, without moving between jumps. The Snail's positioning is very precise, but it is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail.

Requires:

"h_canNonTrivialCeilingClip"
"Gravity"
From: 5
Right Door
To: 7
Top Right Left Item

Notable: true

Jump on the Snail when it is at a precise location, and then crouch jump through the ceiling and jump again, without moving between jumps. The Snail's positioning is very precise, but it is more lenient with Morph and an X-Ray Turn Around. X-Ray can also be useful for helping position the Snail.

Requires:

"h_canNonTrivialCeilingClip"
"Gravity"
From: 2
Bottom Right Door
To: 2
Bottom Right Door

Notable: true

Crouch and freeze a Mochtroid to clip into the space behind the grapple blocks. Jump and tap grapple while aiming diagonally to be pushed into the wall just the right amount. Samus should be one tile below the grapple blocks and fully in the wall. Too short a tap and the next grapple will not work, too long and Samus will be stuck in the wall. Grapple diagonally again to be pushed into the transition.

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        "canUseFrozenEnemies",
        "canCeilingClip"
      ]
    },
    {
      "and": [
        "canTrickyUseFrozenEnemies",
        "h_canNonTrivialCeilingClip"
      ]
    }
  ]
}
"canGrappleClip"

Bypasses door shell: true

From: 1
Left Door
To: 3
Top Door

Notable: true

Shoot the shot block in the middle of the room, to allow a global Sciser (crab) to pass to the top part of the room. Use Ice to climb the Scisers to the top of the room. Shoot a Super as a Sciser crawls near the top door, then freeze it mid-air and use it to clip up past the door shell. If you don't have Morph and X-Ray, you must shoot the Super while the Sciser is on a block next to the door, not on the door itself.

Requires:

{
  "ammo": {
    "type": "Super",
    "count": 1
  }
}
"canTrickyUseFrozenEnemies"
{
  "or": [
    "h_canXRayCeilingClip",
    {
      "and": [
        "Gravity",
        "canPreciseCeilingClip"
      ]
    }
  ]
}

Bypasses door shell: true

From: 3
Junction Below Right Door
To: 2
Right Door

Notable: true

Freeze the Puyo at standing-shot height and then jump on top of it with a spinjump before morphing, unmorphing, and using X-Ray to standup and clip. Standing on a side of the room and shooting forward will freeze the Puyo at the correct height.

Requires:

"Gravity"
"h_canXRayCeilingClip"
"canTrickyUseFrozenEnemies"
{
  "or": [
    "canTrickyJump",
    {
      "enemyDamage": {
        "enemy": "Puyo",
        "type": "contact",
        "hits": 2
      }
    }
  ]
}
From: 3
Junction Below Right Door
To: 2
Right Door

Notable: true

Positioning the Puyo requires it to perform a big jump then start falling with a frame perfect freeze. One possible setup stands on the left tile of the right side and lets the puyo jump up taking a contact hit. Then so long as the puyo isn't on the very edge, it will do a big jump. Clip onto the puyo by doing an aim down jump and switching to a forward diagonal at the right time.

Requires:

"canSuitlessMaridia"
"h_canNonTrivialCeilingClip"
"canTrickyUseFrozenEnemies"
{
  "enemyDamage": {
    "enemy": "Puyo",
    "type": "contact",
    "hits": 8
  }
}
From: 1
Left Door
To: 2
Item

Roll all the way right before using Xray to stand up, aligned with the right side tiles. Partially clip into the floor to enable the next jump. Use an R-Jump to morph into the tunnel. The second morph ball sized hole can be passed by simply jumping out of the floor clip position with diagonal held.

Requires:

"h_canNavigateUnderwater"
"canXRayStandUp"
"canPartialFloorClip"
"canRJump"