Big Pink: G-mode Morph

Room ID: 59

Wiki
From: 8
Right Side - Bottom Door
To: 16
Direct G-Mode Morph Junction (Top Item, Above Hopper Pit)

Climb the room while avoiding the Reo and the camera scroll block against the wall in front of the off-screen Super tunnel. IBJ from the lower hopper pit, or with HiJump, perform a Spring Fling from the right pillar by jumping immediately before the pause finishes and turning off Spring Ball, quickly pausing again and turning Spring Ball back on can help as well.

Entrance condition:

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

Requires:

{
  "or": [
    "Morph",
    "canTrickyDodgeEnemies",
    "h_artificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Sm. Sidehopper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "h_artificialMorphLongIBJ",
    {
      "and": [
        "HiJump",
        "h_artificialMorphSpringFling"
      ]
    }
  ]
}