Room ID: 242
From: 3
Bottom of Shaft
To: 1
Left Door
Use Pseudo Screw to avoid Space Pirate attacks while climbing the central shaft. The Screw Attack effect is not active when Samus is preparing to Walljump. Requires: {
"or": [
{
"and": [
"canConsecutiveWalljump",
"canWalljumpWithCharge"
]
},
{
"and": [
"SpaceJump",
"HiJump",
"canPseudoScrew"
]
}
]
} |