Room ID: 44
From: 2
Above Power Bomb Blocks - Top Left Door
To: 2
Above Power Bomb Blocks - Top Left Door
It is possible to save a lot of time by using a Super to knock the clockwise Zeela off the small platform above. Requires: "h_frozenEnemyRunway"
{
"or": [
"canBePatient",
{
"ammo": {
"type": "Super",
"count": 1
}
}
]
}Exit condition: {
"leaveWithRunway": {
"length": 5,
"openEnd": 1
}
} |