Room ID: 196
        
        From: 2 
    Right Door 
        To: 4 
Top Right Ledge Junction 
 Entrance condition: {
  "comeInWithGrappleSwing": {
    "blocks": [
      {
        "position": [
          7,
          3
        ],
        "environment": "water",
        "note": "Pants Room"
      }
    ]
  }
}Requires: "canTrickyGrappleJump"
{
  "or": [
    "SpaceJump",
    {
      "and": [
        "canJumpIntoIBJ",
        "canBombHorizontally"
      ]
    }
  ]
} |