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_useSpringBall"
{
"or": [
{
"and": [
{
"tech": "canJumpIntoIBJ"
},
"h_bombThings"
]
},
"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. |