Room ID: 38
|
Tank the Sidehopper hits or kill them after a single hit by quickly placing a Power Bomb. It is also possible to kill the Sidehoppers with a very fast Screw Attack, if Samus has Morph Ball. Overload the PLMs by rolling through the camera scroll blocks which are 4 tiles to the right of the stair by the door. Roll under the last Sidehopper and through the bomb blocks. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": true
}
}Requires: {
"or": [
"canComplexGMode",
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 2
}
},
{
"and": [
"h_artificialMorphPowerBomb",
{
"or": [
"canTrickyDodgeEnemies",
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
}
]
}
]
},
{
"and": [
"Morph",
"ScrewAttack"
]
}
]
}Clears obstacles: D |