Skip to content

Commit 92b9d38

Browse files
committed
fix errors
1 parent 8f9e42f commit 92b9d38

2 files changed

Lines changed: 36 additions & 30 deletions

File tree

region/maridia/inner-pink/Crab Shaft.json

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
{
135135
"from": 3,
136136
"to": [
137+
{"id": 1},
137138
{"id": 3},
138139
{"id": 4}
139140
]
@@ -2064,27 +2065,17 @@
20642065
"link": [3, 3],
20652066
"name": "R-Mode Entry",
20662067
"entranceCondition": {
2067-
"comeInWithRMode": {}
2068+
"comeInWithRMode": {},
2069+
"comesThroughToilet": "no"
20682070
},
20692071
"requires": [],
20702072
"clearsObstacles": ["R-Mode"],
20712073
"flashSuitChecked": true,
20722074
"blueSuitChecked": true
20732075
},
20742076
{
2075-
"id": 66,
2076-
"link": [3, 4],
2077-
"name": "Fall Into Room",
2078-
"entranceCondition": {
2079-
"comeInNormally": {},
2080-
"comesThroughToilet": "any"
2081-
},
2082-
"requires": [],
2083-
"flashSuitChecked": true
2084-
},
2085-
{
2086-
"link": [3, 4],
2087-
"name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft)",
2077+
"link": [3, 3],
2078+
"name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft), Leave with Spark",
20882079
"entranceCondition": {
20892080
"comeInWithGMode": {
20902081
"mode": "direct",
@@ -2107,25 +2098,35 @@
21072098
{"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]}
21082099
]}
21092100
]},
2110-
{"or": [
2111-
"Gravity",
2112-
"HiJump",
2113-
"canSpringBallJumpMidAir"
2114-
]}
2101+
{"useFlashSuit": {}},
2102+
{"shinespark": {"frames": 7}}
2103+
],
2104+
"exitCondition": {
2105+
"leaveWithSpark": {}
2106+
},
2107+
"unlocksDoors": [
2108+
{"types": ["ammo"], "requires": []}
21152109
],
21162110
"flashSuitChecked": true,
21172111
"note": [
21182112
"Crystal Flash on the top right corner of the central structure to where the crab will hit Samus from below.",
21192113
"Time the Power Bomb to avoid killing the crab."
2120-
],
2121-
"devNote": [
2122-
"A node below the platform might help, but without the extra movement, Samus can always do this at 1 instead.",
2123-
"With Ice, Samus would want to do this at 1 and then climb back up."
21242114
]
21252115
},
21262116
{
2117+
"id": 66,
21272118
"link": [3, 4],
2128-
"name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft), Leave with Spark",
2119+
"name": "Fall Into Room",
2120+
"entranceCondition": {
2121+
"comeInNormally": {},
2122+
"comesThroughToilet": "any"
2123+
},
2124+
"requires": [],
2125+
"flashSuitChecked": true
2126+
},
2127+
{
2128+
"link": [3, 4],
2129+
"name": "Direct G-mode Morph, Crystal Flash Interrupt (Top of Shaft)",
21292130
"entranceCondition": {
21302131
"comeInWithGMode": {
21312132
"mode": "direct",
@@ -2148,16 +2149,20 @@
21482149
{"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]}
21492150
]}
21502151
]},
2151-
{"useFlashSuit": {}},
2152-
{"shinespark": {"frames": 7}}
2152+
{"or": [
2153+
"Gravity",
2154+
"HiJump",
2155+
"canSpringBallJumpMidAir"
2156+
]}
21532157
],
2154-
"exitCondition": {
2155-
"leaveWithSpark": {}
2156-
},
21572158
"flashSuitChecked": true,
21582159
"note": [
21592160
"Crystal Flash on the top right corner of the central structure to where the crab will hit Samus from below.",
21602161
"Time the Power Bomb to avoid killing the crab."
2162+
],
2163+
"devNote": [
2164+
"A node below the platform might help, but without the extra movement, Samus can always do this at 1 instead.",
2165+
"With Ice, Samus would want to do this at 1 and then climb back up."
21612166
]
21622167
},
21632168
{

region/maridia/outer/Red Fish Room.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@
463463
"link": [2, 2],
464464
"name": "R-Mode Entry",
465465
"entranceCondition": {
466-
"comeInWithRMode": {}
466+
"comeInWithRMode": {},
467+
"comesThroughToilet": "no"
467468
},
468469
"requires": [],
469470
"clearsObstacles": ["R-Mode"],

0 commit comments

Comments
 (0)