Pants Room: Pants Room Grapple Jump (To The Top)

Room ID: 220

Wiki
From: 4
West Leg Sand
To: 2
East Leg Right Door

Notable: true

Use the grapple block to initiate a Grapple Jump to climb up to the higher level and above the water line. Aiming the Grapple Jump to line up with the one tile hole is difficult and Samus is moving at high speeds. Escaping the water is also difficult as Samus must be standing at the water line when jumping for the next part of the grapple jump. It may be easier to jump out of the water by turning HiJump off. A Grapple Jump can be a spin jump by running briefly before jumping and that can be used to begin Walljumping or Space Jumping.

Requires:

"canSuitlessMaridia"
"canTrickyGrappleJump"
"canMidairWiggle"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Menu",
        "type": "contact",
        "hits": 1
      }
    },
    "SpaceJump",
    {
      "and": [
        "canConsecutiveWalljump",
        {
          "or": [
            "ScrewAttack",
            "canStaggeredWalljump"
          ]
        }
      ]
    }
  ]
}