Crab Hole: Frozen Crab

Room ID: 201

Wiki
From: 2
Bottom Left Door
To: 1
Top Left Doorway

Freeze a crab on the edge of the hole in the ceiling. Then get on top of it with Gravity and a wall jump, jump assist, or second frozen crab on the ground, or a suitless Spring Ball jump with HiJump.

Requires:

"canMidAirMorph"
"canUseFrozenEnemies"
{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "HiJump",
            "canWalljump",
            "canSpringBallJumpMidAir",
            "canTrickyUseFrozenEnemies"
          ]
        }
      ]
    },
    {
      "and": [
        "HiJump",
        "canSpringBallJumpMidAir",
        "canSuitlessMaridia"
      ]
    }
  ]
}