Room ID: 8
 
        | 
 Requires: "HiJump"
{
  "or": [
    {
      "obstaclesCleared": [
        "A"
      ]
    },
    "h_bombThings",
    {
      "and": [
        "ScrewAttack",
        {
          "or": [
            "canTwoTileSqueeze",
            "SpeedBooster",
            {
              "and": [
                "canXRayStandUp",
                "Morph"
              ]
            }
          ]
        }
      ]
    }
  ]
}Clears obstacles: A Dev note: HiJump alone can only reach the lower bomb block. |