Big Pink: G-mode Morph

Room ID: 59

Wiki
From: 2
Right Side - Top Door
To: 1
Left Side - Top Door

Roll through the camera scroll blocks and then through the bomb block.

Entrance condition:

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

Requires:

{
  "or": [
    "h_canArtificialMorphMovement",
    {
      "and": [
        "h_canArtificialMorphPowerBomb",
        "h_canArtificialMorphPowerBomb"
      ]
    }
  ]
}