Room ID: 137
From: 6
Inside Morph Tunnel (Right of Left Bomb Blocks)
To: 7
Middle Right Door With Bottom Kihunter Cleared
Watch for the Kihunter to move right before jumping up, to get a safe predictable swoop. While waiting for the Bombs to explode, roll to the right to manipulate the Kihunter into a better position. Requires: "h_useMorphBombs"
"canDash"
{
"or": [
"ScrewAttack",
{
"and": [
"canTrickyJump",
{
"heatFrames": 130
}
]
},
"canInsaneJump",
{
"enemyDamage": {
"enemy": "Kihunter (red)",
"type": "contact",
"hits": 1
}
}
]
}
{
"heatFrames": 460
} |