Room ID: 25
From: 2
Elevator
To: 2
Elevator
In order to align and place a Power Bomb at the correct pixel, perform a stationary spin jump and hit the ceiling before starting to morph. Requires: {
"or": [
"canInsaneJump",
{
"and": [
"h_fourTileJumpMorph",
"canStationarySpinJump"
]
}
]
}
"h_elevatorCrystalFlash"Exit condition: {
"leaveNormally": {}
} |