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

Room ID: 59

Wiki
From: 15
G-Mode Morph Junction (Middle Right)
To: 1
Left Side - Top Door

Go down and overload PLMs by moving through the camera scroll blocks in front of the passageway leading to the exit of Spore Spawn Supers. Use multiple Power Bomb boost Spring Ball jumps, to climb the room; 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.

Requires:

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