Room ID: 180
|
Must come in from the right door and jump at the end of the runway to scroll the camera up without bringing the menu's on screen. Requires: "HiJump"
"canCameraManip"
{
"or": [
"h_bombThings",
"h_useSpringBall",
{
"and": [
"canMidAirMorph",
"Gravity",
"canTrickyJump"
]
},
"h_threeTileJumpMorph"
]
}
{
"canShineCharge": {
"usedTiles": 22,
"openEnd": 1
}
}
{
"enemyDamage": {
"enemy": "Menu",
"type": "contact",
"hits": 1
}
}
"canSlopeSpark"
"h_XModeSpikeHitLeniency"
{
"shinespark": {
"frames": 9,
"excessFrames": 9
}
}Dev note: FIXME: implement numeric enemy damage |