Skip to content

Commit a20b085

Browse files
committed
feedback update
1 parent 22b7b0d commit a20b085

3 files changed

Lines changed: 22 additions & 13 deletions

File tree

region/brinstar/pink/Dachora Room.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"fallSpeedInTiles": 1
159159
}
160160
},
161-
"flashSuitChecked": false,
161+
"flashSuitChecked": true,
162162
"note": [
163163
"Break exactly the bottom-right and top-right Bomb Blocks and Unmorph while on the top block hole, to begin the Moondance.",
164164
"Clear a path to the left in advance, as well as all enemies."
@@ -179,7 +179,7 @@
179179
"fallSpeedInTiles": 2
180180
}
181181
},
182-
"flashSuitChecked": false,
182+
"flashSuitChecked": true,
183183
"note": [
184184
"Break exactly the bottom-right and top-right Bomb Blocks and Unmorph while on the top block hole, to begin the Moondance.",
185185
"Clear a path to the left in advance, as well as all enemies.",
@@ -284,7 +284,7 @@
284284
"canExtendedMoondance",
285285
"canDisableEquipment"
286286
],
287-
"flashSuitChecked": false,
287+
"flashSuitChecked": true,
288288
"note": [
289289
"Break exactly the lower-middle-right and top-right Bomb Blocks, leaving the upper-middle-right and bottommost Blocks intact.",
290290
"Clear all enemies before starting.",
@@ -367,7 +367,7 @@
367367
}
368368
},
369369
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
370-
"flashSuitChecked": false,
370+
"flashSuitChecked": true,
371371
"note": [
372372
"Break exactly the lower-middle-right and top-right Bomb Blocks, leaving the upper-middle-right and bottommost Blocks intact.",
373373
"Clear all enemies before starting.",
@@ -398,7 +398,7 @@
398398
}
399399
},
400400
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
401-
"flashSuitChecked": false,
401+
"flashSuitChecked": true,
402402
"note": [
403403
"Break exactly the lower-middle-right and top-right Bomb Blocks, leaving the upper-middle-right and bottommost Blocks intact.",
404404
"Clear all enemies before starting.",
@@ -1077,7 +1077,7 @@
10771077
"canCameraManip",
10781078
{"obstaclesCleared": ["A"]}
10791079
],
1080-
"flashSuitChecked": false,
1080+
"flashSuitChecked": true,
10811081
"note": [
10821082
"Use a Reo (Bee) and a Zeela to perform an 'Enemy Stuck Moonfall', clipping Samus through the Speed blocks.",
10831083
"Break the Bomb blocks to bring enemies over to the Speed blocks.",

region/brinstar/pink/Mission Impossible Room.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@
798798
"note": "Failure leaves you at 3 with a solid crumble block above."
799799
}
800800
],
801-
"flashSuitChecked": false,
801+
"flashSuitChecked": true,
802802
"note": [
803803
"Perform a quick-drop through the Crumble block, and grab the item.",
804804
"During the item message box, buffer the inputs to turn around to the right and jump.",
@@ -818,7 +818,7 @@
818818
{"obstaclesCleared": ["A", "B"]}
819819
],
820820
"wallJumpAvoid": true,
821-
"flashSuitChecked": false,
821+
"flashSuitChecked": true,
822822
"failures": [
823823
{
824824
"name": "Crumble Failure",

region/brinstar/pink/Pink Brinstar Wave Gate Room.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -445,18 +445,23 @@
445445
"h_backIntoCorner"
446446
]},
447447
"HiJump",
448-
"canOffScreenSuperShot"
448+
"canOffScreenSuperShot",
449+
{"or": [
450+
{"noFlashSuit": {}},
451+
"h_useSpringBall"
452+
]}
449453
],
450454
"clearsObstacles": ["B"],
451-
"flashSuitChecked": false,
455+
"flashSuitChecked": true,
452456
"note": [
453457
"Jump straight up and shoot with the correct timing.",
454458
"This strat involves shooting a Super diagonally from the correct height while flush against the left wall.",
455459
"Its acceleration will cause it to clip into the blue gate off-screen."
456460
],
457461
"devNote": [
458462
"Springball jumps didn't look possible but was close.",
459-
"IBJ didn't look possible."
463+
"IBJ didn't look possible.",
464+
"It is possible to do this with a flash suit and no Spring Ball, but is extremely precise."
460465
]
461466
},
462467
{
@@ -471,10 +476,14 @@
471476
"canNeutralDamageBoost",
472477
"canUseIFrames",
473478
"HiJump",
474-
"canOffScreenSuperShot"
479+
"canOffScreenSuperShot",
480+
{"or": [
481+
{"noFlashSuit": {}},
482+
"h_useSpringBall"
483+
]}
475484
],
476485
"clearsObstacles": ["B"],
477-
"flashSuitChecked": false,
486+
"flashSuitChecked": true,
478487
"note": [
479488
"Use damage from the small sidehopper to align against the left wall.",
480489
"Jump straight up and shoot with the correct timing.",

0 commit comments

Comments
 (0)