canAutoCancelWeapon (Very Hard)

The ability to set a HUD equipment item (Missile, Super, Power Bomb, Grapple, XRay Scope) to be single use. Doing this allows for a fast beam shot following the item use, or can reduce button input complexity. The button combination is 'Item Select' + 'Item Cancel' pressed together.

Difficulty filter

Strats ()

From: 1
Top Left Door
To: 1
Top Left Door

Enter the room aiming diagonally down, with a missile set to auto-deselect. Quickly fire the missile and a beam shot to break both shot blocks and open the full runway.

Requires:

"canPrepareForNextRoom"
"canAutoCancelWeapon"
{
  "ammo": {
    "type": "Missile",
    "count": 1
  }
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 13,
    "openEnd": 0
  }
}
From: 4
Top Right Door
To: 4
Top Right Door

Enter the room aiming diagonally down, with a missile set to auto-deselect. Quickly fire the missile and a beam shot to break both shot blocks and open the full runway.

Requires:

"canPrepareForNextRoom"
"canAutoCancelWeapon"
{
  "ammo": {
    "type": "Missile",
    "count": 1
  }
}

Exit condition:

{
  "leaveWithRunway": {
    "length": 13,
    "openEnd": 0
  }
}