Skip to content

Commit cd2ec04

Browse files
committed
fix link errors
1 parent 55e6693 commit cd2ec04

2 files changed

Lines changed: 22 additions & 21 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
]
406406
},
407407
{
408-
"link": [6, 3],
408+
"link": [3, 6],
409409
"name": "Acid Bath, Use Flash Suit",
410410
"requires": [
411411
{"acidFrames": 55},
@@ -416,7 +416,7 @@
416416
"note": "Jump in the acid multiple times and spark diagonally during the last jump."
417417
},
418418
{
419-
"link": [6, 3],
419+
"link": [3, 6],
420420
"name": "Long Horizontal Spark, Use Flash Suit",
421421
"requires": [
422422
{"useFlashSuit": {}},

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"from": 4,
106106
"to": [
107107
{"id": 1},
108+
{"id": 2},
108109
{"id": 3}
109110
]
110111
}
@@ -857,6 +858,25 @@
857858
"name": "Base",
858859
"requires": []
859860
},
861+
{
862+
"link": [4, 2],
863+
"name": "Leave with Spark, Use Flash Suit",
864+
"requires": [
865+
{"useFlashSuit": {}},
866+
{"shinespark": {"frames": 22, "excessFrames": 0}}
867+
],
868+
"exitCondition": {
869+
"leaveWithSpark": {}
870+
},
871+
"unlocksDoors": [
872+
{
873+
"types": ["ammo"],
874+
"requires": []
875+
}
876+
],
877+
"flashSuitChecked": true,
878+
"note": "Kill the Puyos in the right pit, jump in the pool multiple times while opening the gate and the door, then spark out the door."
879+
},
860880
{
861881
"id": 43,
862882
"link": [4, 3],
@@ -957,25 +977,6 @@
957977
{"shinespark": {"frames": 6, "excessFrames": 3}}
958978
],
959979
"flashSuitChecked": true
960-
},
961-
{
962-
"link": [4, 3],
963-
"name": "Leave with Spark, Use Flash Suit",
964-
"requires": [
965-
{"useFlashSuit": {}},
966-
{"shinespark": {"frames": 22, "excessFrames": 0}}
967-
],
968-
"exitCondition": {
969-
"leaveWithSpark": {}
970-
},
971-
"unlocksDoors": [
972-
{
973-
"types": ["ammo"],
974-
"requires": []
975-
}
976-
],
977-
"flashSuitChecked": true,
978-
"note": "Kill the Puyos in the right pit, jump in the pool multiple times while opening the gate and the door, then spark out the door."
979980
}
980981
],
981982
"nextStratId": 50,

0 commit comments

Comments
 (0)