Botwoon Hallway: R-Mode Forced Standup Clip (Left to Right)

Room ID: 184

Wiki
From: 1
Bottom Left Door
To: 2
Right Door

Perform a suitless crouch jump at the crumbles so that the reserve trigger forced standup happens just before Samus contacts the crumbles and still has upwards momentum. Hold down during the forced standup until through the crumbles or they break. If Morph is available a jump morph can be used for more leniency, giving a 9 frame window compared to 3 frames for the crouch jump.

Entrance condition:

{
  "comeInWithRMode": {},
  "comesThroughToilet": "any"
}

Requires:

"canRModeStandupClip"
{
  "disableEquipment": "ETank"
}
{
  "disableEquipment": "Gravity"
}
{
  "disableEquipment": "HiJump"
}
{
  "resourceAvailable": [
    {
      "type": "Energy",
      "count": 99
    }
  ]
}
{
  "or": [
    "canBeVeryPatient",
    {
      "and": [
        "canMidAirMorph",
        "canBePatient"
      ]
    }
  ]
}
{
  "partialRefill": {
    "type": "ReserveEnergy",
    "limit": 20
  }
}
{
  "autoReserveTrigger": {}
}