Room ID: 103
 
        | 
        From: 3 Left Shaft - Middle Right Door 
        To: 5 Far Right Door 
 It is important avoid touching the invisible fireballs the Alcoons place. Jump over them or kill the Alcoons with Power Bombs. After entering the morph tunnel, roll through the two camera scroll blocks a few times to overload PLMs. They are at the entrance and two tiles in the tunnel. Exit G-mode and go through the room to the far right door. Entrance condition: {
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}Requires: {
  "or": [
    {
      "and": [
        "h_artificialMorphIBJ",
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 2
          }
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBall",
        "HiJump"
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBallBombJump",
        {
          "or": [
            "h_artificialMorphBombs",
            {
              "ammo": {
                "type": "PowerBomb",
                "count": 3
              }
            }
          ]
        }
      ]
    }
  ]
}
"h_heatedGModeOffCameraDoor" |