Room ID: 38
From: 1
Left Door
To: 5
Left Item
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. Place a Power Bomb next to the right wall then quickly exit G-mode before it explodes to destroy the blocks. Entrance condition: { "comeInWithGMode": { "mode": "direct", "morphed": true } } Requires: { "or": [ "canInsaneJump", { "enemyDamage": { "enemy": "Sidehopper", "type": "contact", "hits": 2 } }, { "and": [ "h_artificialMorphPowerBomb", { "or": [ "canTrickyDodgeEnemies", { "enemyDamage": { "enemy": "Sidehopper", "type": "contact", "hits": 1 } } ] } ] }, { "and": [ "Morph", "ScrewAttack" ] } ] } "h_artificialMorphPowerBomb" { "or": [ "h_artificialMorphMovement", "h_additionalBomb" ] } Clears obstacles: B, D |