Dachora Room: Blockade Leave with Extended Moondance

Room ID: 58

Wiki
From: 1
Top Left Door
To: 3
Right Door

Notable: true

Break exactly the lower-middle-right and top-right Bomb Blocks, leaving the upper-middle-right and bottommost Blocks intact. Clear all enemies before starting. Unmorph while on the top block to begin the Moondance. Exactly 145 moonfalls after clipping into the bottom block (321 total), wiggle out to the left. The next moonfall will clip Samus down two tiles. Finally use Screw Attack or SpeedBooster to break the Bomb blocks and reach the right side door.

Requires:

{
  "obstaclesNotCleared": [
    "A"
  ]
}
"h_canUseMorphBombs"
{
  "or": [
    "SpeedBooster",
    {
      "and": [
        "ScrewAttack",
        "canDisableEquipment"
      ]
    }
  ]
}
"canExtendedMoondance"

Exit condition:

{
  "leaveWithStoredFallSpeed": {
    "fallSpeedInTiles": 2
  }
}