East Cactus Alley: G-Mode Morph, Spring Ball Gravity Jump

Room ID: 196

Wiki
From: 2
Right Door
To: 1
Left Door

Pause and just before the pause fully triggers, jump and press left, and then disable Gravity and Spring Ball. With HiJump and a good jump, it is possible to jump straight to the high ledge, but quickly pausing and turning on Spring Ball and jumping again can help as a backup. Without HiJump, use this jump to start an IBJ directly over the spike pit, then boost horizontally to the left ledge. Jump over the Cacatac and the spike pits with suitless Spring Flings. The final jump can be done the same way as the first, if Samus is not able to wall jump.

Entrance condition:

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

Requires:

"canGravityJump"
"h_artificialMorphSpringFling"
{
  "or": [
    "HiJump",
    {
      "and": [
        "h_artificialMorphJumpIntoIBJ",
        "canInsaneJump"
      ]
    },
    {
      "and": [
        "h_artificialMorphJumpIntoIBJ",
        {
          "spikeHits": 1
        }
      ]
    }
  ]
}