Skip to content

Commit fa69558

Browse files
authored
Merge pull request #2182 from blkerby/plasma-spark-crouch-jump
Downgrade Plasma Spark precise crouch jump
2 parents 85a1ffc + 4a66ddf commit fa69558

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

region/maridia/inner-yellow/Plasma Spark Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
{"notable": "Left Shaft Precise Crouch Jump Down Grab"},
526526
"canGravityJump",
527527
"h_crouchJumpDownGrab",
528-
"canInsaneJump"
528+
"canTrickyJump"
529529
],
530530
"note": "Gravity jump out of the water then perform a precise crouch jump + down grab to get onto the next ledge."
531531
},

region/maridia/inner-yellow/Watering Hole.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
"link": [2, 1],
261261
"name": "Crouch Jump Down Grab",
262262
"requires": [
263+
{"notable": "Precise Crouch Jump Down Grab"},
263264
"Gravity",
264265
"canTrickyJump",
265266
"h_crouchJumpDownGrab"
@@ -342,8 +343,17 @@
342343
"Freeze both Zebs in order to significantly extend the length of the runway.",
343344
"Requires a pixel-perfect freeze in order to run onto and off of the frozen Zebs."
344345
]
346+
},
347+
{
348+
"id": 2,
349+
"name": "Precise Crouch Jump Down Grab",
350+
"wallJumpAvoid": true,
351+
"note": [
352+
"Use a precise crouch jump and down grab to get to the second platform above the water.",
353+
"Position very close to the edge, and press forward immediately after crouch jumping (almost simultaneously)."
354+
]
345355
}
346356
],
347357
"nextStratId": 25,
348-
"nextNotableId": 2
358+
"nextNotableId": 3
349359
}

0 commit comments

Comments
 (0)