Bubble Mountain: G-Mode Morph

Room ID: 97

Wiki
From: 6
Middle Right Door
To: 10
G-Mode Morph Junction (Above the Power Bomb Blocks)

Lower the camera to watch the Wavers and to help avoid them. With Bombs alone, it may be helpful to kill the top Waver; this can be done by placing Bombs in a vertical line and then moving out of the way as it approaches.

Entrance condition:

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

Requires:

"h_canArtificialMorphMovement"
{
  "or": [
    {
      "and": [
        "canTrickyJump",
        "canCameraManip"
      ]
    },
    "h_canArtificialMorphPowerBomb",
    {
      "enemyDamage": {
        "enemy": "Waver",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}