Room ID: 201
|
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: "canUseFrozenEnemies"
{
"or": [
{
"and": [
"Gravity",
{
"or": [
"HiJump",
"canWalljump",
"canSpringBallJumpMidAir",
"canTrickyUseFrozenEnemies"
]
},
{
"or": [
"canMidAirMorph",
"h_useSpringBall"
]
}
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir",
"canSuitlessMaridia"
]
}
]
} |