Bubble Mountain: G-Mode Morph Spring Fling

Room ID: 97

Wiki
From: 6
Middle Right Door
To: 1
Left Side - Top Door

On entry, place a Power Bomb at the peak of a jump to kill the Cacatac without letting it place any projectiles. Without Power Bombs, either kill it with Bombs then jump over the projectiles it has spawned, or jump over it and land on one of the last pixels of the corner without touching it. From the left edge where the Cacatac was, pause then press left and jump just before the pause fully triggers. Disable Spring Ball in order to get a large horizontal boost. Pause again as soon as possible and re-enable Spring to reset fall speed.

With the Cacatac alive, Samus can only use the last 4 pixels of the ledge; with the projectiles alone, she has 10 pixels available.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "h_artificialMorphPowerBomb",
    {
      "and": [
        "h_artificialMorphBombs",
        "canComplexGMode"
      ]
    },
    "canTrickyGMode"
  ]
}
"h_artificialMorphSpringFling"
"canInsaneJump"
{
  "disableEquipment": "HiJump"
}