Big Pink: G-mode Morph Overload PLMs with Power Bombs and Spring Ball

Room ID: 59

Wiki
From: 8
Right Side - Bottom Door
To: 1
Left Side - Top Door

While using multiple Power Bomb boost Spring Ball jumps, to climb the room, overload PLMs by moving through the camera scroll blocks in front of the passageway leading to the exit of Spore Spawn Supers. Note that one Power Bomb can be saved by carefully jumping out of this morph passageway. Kill or carefully dodge the Sidehoppers at the top, then Power Bomb boost Spring Ball jump up to the top left door and exit G-Mode.

Entrance condition:

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

Requires:

"h_canArtificialMorphSpringBallBombJump"
{
  "ammo": {
    "type": "PowerBomb",
    "count": 3
  }
}
{
  "or": [
    "canTrickyJump",
    "h_canArtificialMorphPowerBomb"
  ]
}
{
  "or": [
    "canTrickyJump",
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Sm. Sidehopper",
        "hits": 1,
        "type": "contact"
      }
    }
  ]
}