Skip to content

Commit 079d9a0

Browse files
committed
Add back HiJump Lava Dive notables
1 parent 15e43a8 commit 079d9a0

2 files changed

Lines changed: 38 additions & 7 deletions

File tree

helpers.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@
374374
"canTrickyJump",
375375
{"spikeHits": 2}
376376
]}
377-
]
377+
],
378+
"devNote": "2 extra attempts for leniency."
378379
},
379380
{
380381
"name": "h_HeatedSpringwall",
@@ -384,7 +385,8 @@
384385
"canTrickyJump",
385386
{"heatFrames": 500}
386387
]}
387-
]
388+
],
389+
"devNote": "2 extra attempts for leniency."
388390
}
389391
]
390392
},

region/norfair/east/Lava Dive Room.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@
8282
"dropRequires": ["h_heatProof", "h_lavaProof"]
8383
}
8484
],
85+
"reusableRoomwideNotable": [
86+
{
87+
"name": "Lava Dive with HiJump",
88+
"note": [
89+
"Climb through the Lava by walljumping off of the Namihes with HiJump.",
90+
"This can be done by jumping from the left side Namihes to the hanging ceiling in the center of the room and climbing further from there.",
91+
"By Spring Ball jumping after the Namihe walljump, it is possible to avoid the center structure and conserve some energy."
92+
]
93+
}
94+
],
8595
"links": [
8696
{
8797
"from": 1,
@@ -556,7 +566,9 @@
556566
},
557567
{
558568
"link": [4, 3],
559-
"name": "Lava Dive with HiJump",
569+
"name": "Lava Dive with HiJump (Criss Cross Walljumps)",
570+
"notable": true,
571+
"reusableRoomwideNotable": "Lava Dive with HiJump",
560572
"requires": [
561573
"HiJump",
562574
"canSuitlessLavaDive",
@@ -573,20 +585,37 @@
573585
},
574586
{
575587
"link": [4, 3],
576-
"name": "Springwall",
588+
"name": "Lava Dive with HiJump and Springwall",
589+
"notable": true,
590+
"reusableRoomwideNotable": "Lava Dive with HiJump",
577591
"requires": [
578592
{"or": [
579593
"h_lavaProof",
580594
"canSuitlessLavaDive"
581595
]},
582-
"h_HeatedSpringwall",
596+
"canSpringwall",
583597
"HiJump",
584598
"canUseEnemies",
599+
{"or": [
600+
"canTrickyJump",
601+
{"and": [
602+
{"heatFrames": 400},
603+
{"lavaFrames": 400}
604+
]}
605+
]},
585606
{"heatFrames": 195},
586607
{"lavaFrames": 180}
587608
],
588-
"note": "Lava physics will reduce Samus' horizontal momentum.",
589-
"devNote": "Works with or without Gravity"
609+
"note": [
610+
"Walljump off of the Upper-Left Namihe and then Spring Ball jump up and out of the Lava.",
611+
"Delay the pause until in position to perform the Spring Ball jump because Lava physics will reduce Samus' horizontal momentum.",
612+
"It may help to also delay the Morph."
613+
],
614+
"devNote": [
615+
"Works with or without Gravity",
616+
"Leniency added to keep the strat balanced with the normal HiJump Lava Dive as that requires canTrickyJump.",
617+
"Leniency is worth 1 extra attempt. This Springwall is easier than regular SpringWalls because the lava slows down the required inputs."
618+
]
590619
},
591620
{
592621
"link": [4, 3],

0 commit comments

Comments
 (0)