Skip to content

Commit 1ed94a6

Browse files
authored
Merge pull request #2833 from kjbranch/screw-speedy-jump
Add lenience to Screw Attack Room speedy jump
2 parents 3b862c6 + 3190d03 commit 1ed94a6

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,8 +1518,16 @@
15181518
"canTrickyJump",
15191519
"h_backIntoCorner"
15201520
]},
1521+
{"or": [
1522+
"canInsaneJump",
1523+
{"heatFrames": 40}
1524+
]},
15211525
{"doorUnlockedAtNode": 2},
1522-
{"heatFrames": 160}
1526+
{"heatFrames": 160},
1527+
{"or": [
1528+
"canTrickyJump",
1529+
{"heatFrames": 200}
1530+
]}
15231531
],
15241532
"unlocksDoors": [
15251533
{
@@ -1536,7 +1544,8 @@
15361544
],
15371545
"flashSuitChecked": true,
15381546
"blueSuitChecked": true,
1539-
"note": "Position yourself in the door way, then run and jump. Makes it possible to walljump up."
1547+
"note": "Position Samus in the door way, then run and jump. Makes it possible to walljump up.",
1548+
"devNote": "Without canTrickyJump, this assumes you miss the jump and have to set it up a second time."
15401549
},
15411550
{
15421551
"id": 19,

0 commit comments

Comments
 (0)