Parlor and Alcatraz: Alcatraz Escape Double Damage Boost

Room ID: 10

Wiki
From: 5
Alcatraz Door
To: 8
Central Junction

Notable: true

Wait 3 minutes for a global Geemer to waddle over, or shoot a Super 20 to 30 seconds after entering the room to knock it off the ceiling and save a lot of time. Damage down until Samus is one Geemer hit away from running out of energy, and set reserves to manual. Crouch jump at a very precise time and mid-air morph to contact the Geemer at the peak of the jump, pressing pause to be in the fade-out while getting hit and reaching 0 energy. Set reserves to auto, unpause, and hold left. While reserves are auto-refilling, Samus' i-frames will run out, allowing Samus to be hit by the Geemer again and be boosted high enough to reach the ledge. The screen will be black, which can be fixed by pausing and unpausing again.

Requires:

"h_ZebesIsAwake"
"HiJump"
"Morph"
{
  "or": [
    "canBeVeryPatient",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    }
  ]
}
"canCrouchJump"
"canInsaneJump"
"canPauseAbuse"
"canNeutralDamageBoost"
{
  "autoReserveTrigger": {
    "minReserveEnergy": 85
  }
}
{
  "enemyDamage": {
    "enemy": "Geemer (blue)",
    "type": "contact",
    "hits": 1
  }
}