Room ID: 29
From: 2
Bottom Left Door
To: 4
Top Junction (Right of Spikes)
Ascend with a long IBJ, then go through the speed blocks to the item. The Boyons can be killed with bombs or 3 Power Bombs, or Samus can jump through them with Spring Ball, which is easy as long as she doesn't stop jumping. Note that Samus can not bomb boost through the Boyons while blue. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": true
}
}Requires: "h_blueSuitGMode"
"h_artificialMorphLongIBJ"
"canBePatient"
"canComplexGMode"
"canRemoteAcquire"
{
"or": [
"canBeVeryPatient",
{
"and": [
{
"ammo": {
"type": "PowerBomb",
"count": 3
}
},
"canDoubleBombJump"
]
},
{
"and": [
"h_artificialMorphSpringBall",
"canDoubleBombJump"
]
}
]
}Collects items: 3 Dev note: FIXME: It would be possible to remote acquire to the left after using spring into ceiling bomb jump, but it would require restructuring the room, a long CIBJ, and canBeExtremelyPatient. |