Big Pink: G-Mode Morph, Avoid Crumbles, Bomb Power Bomb Blocks

Room ID: 59

Wiki
From: 4
Left Side - Middle Doorway (Behind the Power Bomb Blocks)
To: 15
G-Mode Morph Junction (Middle Right)

On entry, artificial morph and land on the doorsill without touching the crumble blocks below. Move to the edge of the ledge in order to be able to place bombs that will hit the Power Bomb blocks while avoiding falling. Use a Power Bomb, Wave, or a quick Plasma shot while falling to kill the Sidehoppers.

Entrance condition:

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

Requires:

"canArtificialMorph"
"h_artificialMorphIBJ"
{
  "or": [
    "h_artificialMorphPowerBomb",
    {
      "and": [
        "Morph",
        "Wave"
      ]
    },
    {
      "and": [
        "Morph",
        "Plasma"
      ]
    }
  ]
}

Dev note: It's possible to drop down past the Sidehoppers and Reos without killing them, but it's very difficult. FIXME: This could be done in indirect G-mode, but it would require entering unmorphed or with upward momentum to avoid touching the crumble block.