Room ID: 227
|
Wall jump up the right wall and either mid-air morph to fit through the gap below the top door. Alternatively use a mid-air wiggle to reduce the height of Samus' hitbox after the walljump, to be able to fit through the gap without morphing. Entrance condition: {
"comeInShinecharged": {}
}Requires: {
"shineChargeFrames": 140
}
"canWallJumpInstantMorph"
"canShinechargeMovementComplex"
{
"or": [
{
"or": [
"f_KilledMetroidRoom2",
{
"obstaclesCleared": [
"f_KilledMetroidRoom2"
]
}
]
},
"canMetroidAvoid"
]
}Exit condition: {
"leaveShinecharged": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |