Room ID: 115
From: 2
Right Door
To: 3
Above Lava Junction
Use a flash suit to shinespark out of the lava. A diagonal spark is slightly better though Samus will barely move horizontally. Requires: "canSuitlessLavaDive"
{
"useFlashSuit": {}
}
{
"or": [
{
"and": [
"canBounceBall",
{
"lavaFrames": 270
},
{
"shinespark": {
"frames": 32
}
},
{
"heatFrames": 420
}
]
},
{
"and": [
{
"lavaFrames": 375
},
{
"shinespark": {
"frames": 27
}
},
{
"heatFrames": 525
}
]
}
]
} |