Northwest Maridia Bug Room: Space Jump

Room ID: 180

Wiki
From: 3
Junction Left of Morph Tunnel
To: 1
Left Door

Kill the Menus and Space Jump up.

Requires:

"SpaceJump"
{
  "or": [
    "h_canUsePowerBombs",
    "ScrewAttack",
    "Plasma",
    {
      "and": [
        "Ice",
        "Wave",
        "Spazer"
      ]
    },
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "enemyDamage": {
            "enemy": "Menu",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Menu",
        "type": "contact",
        "hits": 4
      }
    }
  ]
}