Bubble Mountain: G-Mode Morph IBJ

Room ID: 97

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

Carefully dodge the Wavers while being prepared to abort the IBJ and start over if necessary. It may be best to first IBJ to the top left side and kill the top Waver with Bombs; this can be done by placing bombs in a vertical line, then dodging the Waver as it approaches.

Requires:

"canEnterGMode"
"h_canArtificialMorphIBJ"
{
  "or": [
    "h_canArtificialMorphPowerBomb",
    {
      "and": [
        "canTrickyJump",
        "canBePatient",
        {
          "or": [
            "canBeVeryPatient",
            "canDoubleBombJump"
          ]
        }
      ]
    }
  ]
}