Room ID: 209
From: 7
Below Morph Tunnel Junction
To: 5
Morph Tunnel Junction
Springball bounce on top of the crumble blocks. Use either a bomb or HiJump to gain a little bit of extra height. Requires: "Gravity" "h_canUseSpringBall" { "or": [ { "and": [ { "tech": "canJumpIntoIBJ" }, "h_canBombThings" ] }, "canSpringBallBombJump", "HiJump" ] } Dev note: The tech requirement is `catching yourself on an aerial bomb` which is what canJumpIntoIBJ adds to canIBJ. Only one bomb or powerbomb is needed. |