Skip to content

Commit b388ff0

Browse files
committed
small fix and feedback update
1 parent 67a16a5 commit b388ff0

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

region/norfair/crocomire/Crocomire's Room.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@
358358
]
359359
},
360360
{
361-
"id": 17,
362361
"link": [3, 4],
363362
"name": "HiJump Acid Bath",
364363
"requires": [
@@ -397,6 +396,18 @@
397396
"flashSuitChecked": true,
398397
"note": "Jump and spark horizontally across the room. With a lot of Energy, it would be better to take an acid bath and spark diagonally."
399398
},
399+
{
400+
"link": [3, 4],
401+
"name": "Horizontal Spark, Use Flash Suit, Down Grab",
402+
"requires": [
403+
"canInsaneJump",
404+
"canDownGrab",
405+
{"useFlashSuit": {}},
406+
{"shinespark": {"frames": 32, "excessFrames": 0}}
407+
],
408+
"flashSuitChecked": true,
409+
"note": "Jump and spark horizontally across the room at a precise height just above the acid in order to crash into then down grab the floor."
410+
},
400411
{
401412
"id": 19,
402413
"link": [3, 4],

region/norfair/crocomire/Grapple Tutorial Room 3.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,10 @@
862862
"link": [4, 2],
863863
"name": "Leave with Spark, Use Flash Suit",
864864
"requires": [
865+
{"or": [
866+
{"ammo": {"type": "Super", "count": 1}},
867+
{"obstaclesCleared": ["A"]}
868+
]},
865869
{"useFlashSuit": {}},
866870
{"shinespark": {"frames": 22, "excessFrames": 0}}
867871
],

region/norfair/crocomire/Post Crocomire Jump Room.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@
10741074
{"shinespark": {"frames": 22, "excessFrames": 13}}
10751075
],
10761076
"flashSuitChecked": true,
1077-
"note": "Use a flash suit to spark horizontally through the speed blocks. Samus may stop above the acid, but it should always be possible to land on one of the platforms."
1077+
"note": "Jump back from the leftmost floating platform and diagonally shinespark at the peak of the jump towards the door to minimize shinespark damage."
10781078
},
10791079
{
10801080
"id": 56,
@@ -1300,10 +1300,10 @@
13001300
"requires": [
13011301
{"useFlashSuit": {}},
13021302
{"or": [
1303-
{"shinespark": {"frames": 32, "excessFrames": 6}},
1303+
{"shinespark": {"frames": 30, "excessFrames": 6}},
13041304
{"and": [
13051305
"HiJump",
1306-
{"shinespark": {"frames": 28, "excessFrames": 6}}
1306+
{"shinespark": {"frames": 25, "excessFrames": 6}}
13071307
]}
13081308
]}
13091309
],

0 commit comments

Comments
 (0)