Skip to content

Commit

Permalink
add insane jump version, fix excess frames
Browse files Browse the repository at this point in the history
  • Loading branch information
blkerby committed Sep 7, 2024
1 parent 426d349 commit 93da77c
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions region/brinstar/red/X-Ray Scope Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
{
"link": [1, 2],
"name": "Shinespark to Break Bomb Block",
"name": "Shinespark to Break Bomb Block (HiJump)",
"entranceCondition": {
"comeInShinecharging": {
"length": 4,
Expand All @@ -109,7 +109,7 @@
"HiJump",
"Morph",
"canShinechargeMovementTricky",
{"shinespark": {"frames": 5, "excessFrames": 5}}
{"shinespark": {"frames": 5, "excessFrames": 0}}
],
"clearsObstacles": ["A"],
"note": [
Expand All @@ -121,6 +121,29 @@
"Using more runway for the shinecharge can work but with greater difficulty."
]
},
{
"link": [1, 2],
"name": "Shinespark to Break Bomb Block (Insane Jump)",
"entranceCondition": {
"comeInShinecharging": {
"length": 6,
"openEnd": 1
}
},
"requires": [
"Morph",
"canShinechargeMovementTricky",
"canInsaneJump",
{"shinespark": {"frames": 5, "excessFrames": 0}}
],
"clearsObstacles": ["A"],
"note": [
"Gain a shinecharge while running into the room, stopping just before running into the wall.",
"Without holding dash, spin-jump to the left and mid-air morph into the morph tunnel.",
"The mid-air morph must be delayed in order for Samus to move far enough left to avoid catching on the ceiling.",
"Use the shinespark to break the bomb block."
]
},
{
"id": 4,
"link": [1, 2],
Expand Down

0 comments on commit 93da77c

Please sign in to comment.