East Cactus Alley Room: Base

Room ID: 196

Wiki
From: 2
Right Door
To: 4
Top Right Ledge Junction

Requires:

"Gravity"
{
  "or": [
    "SpaceJump",
    "canWalljump",
    "h_IBJFromSpikes",
    {
      "and": [
        "canIBJ",
        {
          "or": [
            "canLongIBJ",
            "canJumpIntoIBJ"
          ]
        },
        "canHBJ"
      ]
    },
    {
      "and": [
        "canDiagonalBombJump",
        "canLongIBJ"
      ]
    }
  ]
}