East Sand Hall: East Sand Hall Suitless Bootless Evir Freeze (Center to Left)

Room ID: 210

Wiki
From: 4
Junction Below Sand Entrance
To: 1
Left Door

Notable: true

If entering from the sandfall above, come in at the far left of the transition, with either a spin-jump or i-frames, to avoid the Evir shot; land on the right side of the pillar to the left, being careful to not bring left Evir on camera. If coming from the right side of the room, then moonwalk on the center pillar to scroll the camera as far right as possible, to avoid getting hit by an Evir shot; alternatively, jump slightly to the left and freeze the Evir, then return back to the center pillar before jumping across the sand. Freeze the right Evir and jump onto it. Quickly move left and fire an angle-down shot to freeze the left Evir before it descends too far. Jump onto the left Evir, back up to the right side of it to maximize space to build momentum, and jump to the left onto the sand and then onto the ledge. If Samus does not quite get enough height to make it onto the ledge, then break spin, turn around to the right, land on the sand again, and do a turnaround spin-jump to the left. If the Evirs descend too far, it is possible to use a Power Bomb to bring them back up again, but caution is needed to avoid killing the first Evir, and it is difficult to avoid getting shot.

Requires:

"canSuitlessMaridia"
"canTrickyJump"
"canTrickyUseFrozenEnemies"
"canPlayInSand"
{
  "or": [
    "canCameraManip",
    {
      "and": [
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 1
          }
        },
        {
          "enemyDamage": {
            "enemy": "Evir",
            "type": "particle",
            "hits": 2
          }
        }
      ]
    }
  ]
}