Big Pink: G-mode Morph

Room ID: 59

Wiki
From: 2
Right Side - Top Door
To: 17
Direct G-Mode Morph Junction (Middle Item)

Avoiding the hoppers can be tricky. Power Bomb them or lure them off-camera to the right while above. It is possible to kill the Zebbos by placing a bomb next to the tube.

Entrance condition:

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

Requires:

{
  "or": [
    "Morph",
    "canTrickyDodgeEnemies",
    "h_artificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Sm. Sidehopper",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
{
  "or": [
    "h_artificialMorphMovement",
    {
      "ammo": {
        "type": "PowerBomb",
        "count": 3
      }
    }
  ]
}