Room ID: 61
From: 1
Left Door
To: 3
Top Junction
A one frame dash jump will give Samus 4 pixels of leniency for the bounce position, two frames is pixel perfect and more than two frames it doesn't work. Samus will jump approximately two tiles higher with a one frame jump compared to a two frame jump. Requires: {
"or": [
"Wave",
{
"obstaclesCleared": [
"B"
]
}
]
}
{
"obstaclesCleared": [
"A"
]
}
{
"obstaclesNotCleared": [
"C"
]
}
"canUseFlashSuitInitialSpark"
"h_destroyBombWalls"
"canBeVeryPatient"
"h_SpikeXModeSpikeSuit"
{
"shinespark": {
"frames": 26
}
}Clears obstacles: B Resets obstacles: C |