Big Pink: G-mode Morph

Room ID: 59

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

Avoid the Reo by jumping past it with quick short jumps, or slowly IBJ below it until it escapes above. 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"
      ]
    }
  ]
}