Room ID: 161
From: 6
Bowling Chozo Statue
To: 1
Top Left Door
Jump or Spring Ball jump into a breakable Grapple block. The timing is precise and it can help to break two Grapple blocks to use one as a cue. Crystal Flash then X-ray climb to the region above. There is a chance that Samus will not be able to Crystal Flash unless first placing a Bomb or Power Bomb. Requires: { "notable": "Grapple Block Crystal Flash" } "canUseGrapple" "canJumpIntoRespawningBlock" "canTrickyJump" { "or": [ "HiJump", "canTrickySpringBallJump", { "and": [ "canSpringBallJumpMidAir", { "not": "f_DefeatedPhantoon" }, "canRiskPermanentLossOfAccess" ] } ] } "h_bombThings" "h_CrystalFlash" "canXRayClimb" { "or": [ "h_fourTileJumpMorph", "h_useSpringBall", "canIBJ", "SpeedBooster", { "and": [ { "not": "f_DefeatedPhantoon" }, "canRiskPermanentLossOfAccess" ] } ] } Dev note: FIXME: This may be possible with a spike hit and speedy jump. |