Room ID: 226
|
Shinecharge just before the second Metroid comes on camera, jump over it and spark against the ceiling to avoid the rest of them. Sparking lower will likely get Samus grabbed by the right-most Metroid. Requires: {
"canShineCharge": {
"usedTiles": 26,
"openEnd": 0
}
}
"canHorizontalMidairShinespark"
{
"or": [
{
"and": [
"canMetroidAvoid",
{
"shinespark": {
"frames": 50,
"excessFrames": 5
}
}
]
},
{
"and": [
{
"shinespark": {
"frames": 54,
"excessFrames": 0
}
},
{
"metroidFrames": 300
}
]
}
]
} |