Room ID: 161
|
Wall jump repeatedly off of the left wall, jump before the spikes and hold jump while passing them to avoid wall jump checking them. Requires: {
"or": [
{
"obstaclesCleared": [
"A"
]
},
"h_usePowerBomb"
]
}
{
"or": [
{
"canShineCharge": {
"usedTiles": 35,
"openEnd": 1
}
},
{
"and": [
"f_DefeatedPhantoon",
"h_shinechargeMaxRunway"
]
}
]
}
"canShinechargeMovementComplex"
"canConsecutiveWalljump"
{
"or": [
{
"shinespark": {
"frames": 17,
"excessFrames": 2
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 10,
"excessFrames": 2
}
}
]
},
{
"and": [
"canShinechargeMovementTricky",
"canFastWalljumpClimb",
{
"or": [
{
"shinespark": {
"frames": 10,
"excessFrames": 2
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 6,
"excessFrames": 2
}
}
]
}
]
}
]
}
]
}Clears obstacles: A |