canSamusEaterTeleport (Extreme)

Ability to use a Samus Eater to teleport when exiting G-mode, just before touching a door transition, modifying where Samus is placed in the next room. Exiting G-mode will teleport Samus to position where she touched the Samus Eater. At the start of the door transition, Samus' X and Y pixel positions are reduced modulo 256 (the size of a screen), so the relative position within the screen is all the matters (not the absolute position in the room). The transition must be touched 2 frames after control is regained after releasing X-Ray. A normalized method to do this is to position Samus slightly more than 1 pixel from the door (but less than $1.3 pixels away), then hold forward toward the door while X-Ray is released. Correct subpixels for this method can be obtained in the following way: 1) jump and press against a wall above, 2) jump and do a mid-air turnaround (making sure not to be in front of a wall when turning), which moves Samus back by half a pixel, 3) moonwalking back toward the door until 2 pixels away; 4) jump and do a turnaround mid-air toward the door. Moonwalking moves back Samus in half-pixel increments, so in the absence of frame-perfect timing there is a 50% chance of ending in the correct position. If Samus is 2 pixels away from the door after the final jump turnaround, then the position is correct; if Samus is 1 pixel away from the door, then the position is incorrect, and the setup should be repeated.

Dependencies: canUseEnemies, canEnterRMode, canManageReserves, canPreciseReserveRefill, canEnterGMode

Difficulty filter

Strats ()

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

Fall into the first Samus Eater in Hellway or Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space behind the bomb blocks at the top of the room. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
From: 3
Bottom Left Horizontal Door
To: 1
Top Left Door

Fall into the first Samus Eater in Hellway or Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space behind the bomb blocks at the top of the room. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        8,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
"canBePatient"
From: 5
Alcatraz Door
To: 8
Central Junction

Jump into the second Samus Eater in the ceiling of Hellway. After teleporting and passing through the transition, X-Ray climb to reach the top of the room. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [],
    "ceilingPositions": [
      [
        11,
        13
      ]
    ]
  }
}

Requires:

"canXRayClimb"
From: 5
Above Power Bomb Blocks - Bottom Left Door
To: 13
Below Power Bomb Blocks - Main Junction

Land in the last Samus Eater of Alpha Power Bomb Room, or the second Samus Eater from the right of Hellway.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        12,
        13
      ],
      [
        14,
        13
      ],
      [
        15,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"Morph"
From: 6
Above Power Bomb Blocks - Bottom Right Door
To: 13
Below Power Bomb Blocks - Main Junction

Land in the right side of the third Samus Eater on the floor of Hellway.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        15,
        13
      ],
      [
        1,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"Morph"
From: 3
Left Side - Top Middle Door (Main Entrance)
To: 1
Left Side - Top Door

Fall into the first Samus Eater in Hellway or the second Samus Eater of Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the left of the morph tunnel and bomb block. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
From: 4
Left Side - Middle Doorway (Behind the Power Bomb Blocks)
To: 1
Left Side - Top Door

Fall into the first Samus Eater in Hellway or the second Samus Eater of Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the left of the morph tunnel and bomb block. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
"canBePatient"
From: 5
Left Side - Bottom Middle Door (Blocked by Crumble Blocks)
To: 1
Left Side - Top Door

Fall into the first Samus Eater in Hellway or the second Samus Eater of Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the left of the morph tunnel and bomb block. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
"canBePatient"
From: 8
Right Side - Bottom Door
To: 7
Right Side - Bottom Middle Door (Behind the Super Block)

Jump into the second Samus Eater in the ceiling of Hellway. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the right of the morph tunnel and Super block. Samus will be off-camera, so it may be hard to tell when the climb is done; moving left and right is a safe way to test, as it will cause the camera to scroll if Samus is at the top.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [],
    "ceilingPositions": [
      [
        10,
        3
      ]
    ]
  }
}

Requires:

"canXRayClimb"
"canBePatient"
From: 1
Right Door
To: 1
Right Door

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Exit condition:

{
  "leaveWithSamusEaterTeleport": {
    "floorPositions": [
      [
        12,
        13
      ],
      [
        2,
        13
      ],
      [
        8,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Bypasses door shell: true

From: 1
Right Door
To: 2
Item

Land in the right side of the third Samus Eater on the floor of Hellway. The Samus Eater teleport will result in Samus being placed below the Power Bombs blocks, below the door. Use Spring Ball or Bombs to navigate past the thorns, Samus Eaters, and Yapping Maws. It can be helpful to use a Super to kill the first Yapping Maw.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        15,
        13
      ],
      [
        1,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

{
  "or": [
    {
      "and": [
        {
          "ammo": {
            "type": "Super",
            "count": 1
          }
        },
        "h_canUseSpringBall",
        {
          "thornHits": 4
        }
      ]
    },
    {
      "and": [
        "h_canUseMorphBombs",
        {
          "thornHits": 3
        },
        {
          "samusEaterFrames": 320
        }
      ]
    }
  ]
}
{
  "or": [
    "canInsaneJump",
    {
      "thornHits": 1
    }
  ]
}
From: 1
Left Door
To: 1
Left Door

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Exit condition:

{
  "leaveWithSamusEaterTeleport": {
    "floorPositions": [
      [
        7,
        13
      ],
      [
        11,
        13
      ],
      [
        15,
        13
      ],
      [
        10,
        13
      ],
      [
        14,
        13
      ],
      [
        1,
        13
      ]
    ],
    "ceilingPositions": [
      [
        6,
        3
      ],
      [
        10,
        3
      ]
    ]
  }
}

Bypasses door shell: true

From: 2
Right Door
To: 2
Right Door

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Exit condition:

{
  "leaveWithSamusEaterTeleport": {
    "floorPositions": [
      [
        7,
        13
      ],
      [
        11,
        13
      ],
      [
        15,
        13
      ],
      [
        10,
        13
      ],
      [
        14,
        13
      ],
      [
        1,
        13
      ]
    ],
    "ceilingPositions": [
      [
        6,
        3
      ],
      [
        10,
        3
      ]
    ]
  }
}

Bypasses door shell: true

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

Fall into the first Samus Eater in Hellway or the second Samus Eater of Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the left of the blue gate. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"h_heatProof"
"h_lavaProof"
"canXRayClimb"
From: 3
Bottom Left Door
To: 2
Middle Left Door

Jump into the first ceiling Samus Eater in Hellway. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the right of the blue gate. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done. Off-camera the gate can be opened with Wave beam but not with a gate glitch.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [],
    "ceilingPositions": [
      [
        6,
        3
      ]
    ]
  }
}

Requires:

"h_heatProof"
"canXRayClimb"
"Wave"
From: 3
Bottom Right Door
To: 2
Middle Right Door

Jump into the second ceiling Samus Eater in Hellway. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the right of the morph tunnel. Samus will be off-camera, so it may not be easy to tell when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [],
    "ceilingPositions": [
      [
        10,
        3
      ]
    ]
  }
}

Requires:

"h_heatProof"
"canXRayClimb"
"canOffScreenMovement"
From: 3
Bottom Left Door
To: 8
Item

Fall into the first Samus Eater in Hellway or the second Samus Eater of Alpha Power Bomb Room. After teleporting and passing through the transition, X-Ray climb to reach the space above, to the left of the bomb blocks. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done. Equip Morph Ball and touch the scroll PLMs in the morph tunnel, to fix the camera to be able to see the way to the item.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        1,
        13
      ],
      [
        2,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canXRayClimb"
{
  "or": [
    "Morph",
    {
      "and": [
        {
          "not": "f_DefeatedPhantoon"
        },
        "canRiskPermanentLossOfAccess"
      ]
    }
  ]
}
From: 6
Left Morph Passage Doorway
To: 11
Upper Left Ledge Junction

Jump into the first Samus Eater in the ceiling of Hellway. After teleporting and passing through the transition, X-Ray climb to reach the ledge above. Samus will be off-camera, but the slopes at the top will push the camera up, indicating when the climb is done.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [],
    "ceilingPositions": [
      [
        10,
        3
      ]
    ]
  }
}

Requires:

"canXRayClimb"
From: 3
Top Right Door
To: 2
Bottom Right Door

Land in the right side of the third Samus Eater on the floor of Hellway. This allows Samus to get inside the air pocket below door. From there use Grapple to clip inside the wall and down into the transition, bypassing the door lock below.

Entrance condition:

{
  "comeInWithSamusEaterTeleport": {
    "floorPositions": [
      [
        15,
        13
      ],
      [
        1,
        13
      ]
    ],
    "ceilingPositions": []
  }
}

Requires:

"canGrappleClip"

Bypasses door shell: true