Skip to content

Commit cdd205a

Browse files
committed
feedback update
1 parent 2606263 commit cdd205a

1 file changed

Lines changed: 35 additions & 12 deletions

File tree

region/brinstar/pink/Big Pink.json

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,11 @@
797797
"Continue through the room to the Sidehoppers below the Grapple blocks, and carefully dodge or kill them.",
798798
"Bounce up through the crumble blocks to the door to the left."
799799
],
800-
"devNote": "With Morph or Bombs, 1->15->14 will be used instead."
800+
"devNote": [
801+
"With Morph or Bombs, 1->15->14 will be used instead.",
802+
"FIXME: Many strats in the room will kill the Sidehoppers or Reos with a Power Bomb, and then do so again on the return.",
803+
"This could be fixed with another obstacle, but this room already has so many that it could cause problems."
804+
]
801805
},
802806
{
803807
"id": 12,
@@ -1554,15 +1558,28 @@
15541558
"requires": [
15551559
"canArtificialMorph",
15561560
"h_canArtificialMorphIBJ",
1557-
"h_canArtificialMorphPowerBomb"
1561+
{"or": [
1562+
"h_canArtificialMorphPowerBomb",
1563+
{"and": [
1564+
"Morph",
1565+
"Wave"
1566+
]},
1567+
{"and": [
1568+
"Morph",
1569+
"Plasma"
1570+
]}
1571+
]}
15581572
],
15591573
"flashSuitChecked": true,
15601574
"note": [
15611575
"On entry, artificial morph and land on the doorsill without touching the crumble blocks below.",
15621576
"Move to the edge of the ledge in order to be able to place bombs that will hit the Power Bomb blocks while avoiding falling.",
1563-
"Use a Power Bomb to kill the Sidehoppers."
1577+
"Use a Power Bomb, Wave, or a quick Plasma shot while falling to kill the Sidehoppers."
15641578
],
1565-
"devNote": "It's possible to drop down past the Sidehoppers and Reos without using a Power Bomb, but it's very difficult."
1579+
"devNote": [
1580+
"It's possible to drop down past the Sidehoppers and Reos without killing them, but it's very difficult.",
1581+
"FIXME: This could be done in indirect G-mode, but it would require entering unmorphed or with upward momentum to avoid touching the crumble block."
1582+
]
15661583
},
15671584
{
15681585
"link": [4, 15],
@@ -2151,11 +2168,14 @@
21512168
"note": [
21522169
"While using multiple Power Bomb boost Spring Ball jumps, to climb the room,",
21532170
"overload PLMs by moving through the camera scroll blocks in front of the passageway leading to the exit of Spore Spawn Supers.",
2154-
"Note that one Power Bomb can be saved with a Spring Fling; pause and just before the screen is fully black, jump, disable Spring ball, then buffer right on the unpause.",
2171+
"Note that one Power Bomb can be saved with a Spring Fling from the lower item pedestal; pause and just before the screen is fully black, jump, disable Spring ball, then buffer right on the unpause.",
21552172
"Another can be saved by carefully jumping out of this morph passageway.",
21562173
"Kill or carefully dodge the Sidehoppers at the top, then Power Bomb boost Spring Ball jump up to the top left door and exit G-Mode."
21572174
],
2158-
"devNote": "With Morph, Bombs, or Spring Ball + HiJump, 8->15->1 will be used instead."
2175+
"devNote": [
2176+
"With Morph, Bombs, or Spring Ball + HiJump, 8->15->1 will be used instead.",
2177+
"FIXME: The spring fling variant would force collecting the item, if in direct G-mode."
2178+
]
21592179
},
21602180
{
21612181
"id": 68,
@@ -2307,7 +2327,7 @@
23072327
],
23082328
"devNote": [
23092329
"Using a Power Bomb boost into Spring Ball will not work, as it will make the blocks remain solid.",
2310-
"FIXME: Strats with a Spring Fling to go up from 11 would be forced to collect the item eventually (or leave through 4)."
2330+
"FIXME: The spring fling variant would force collecting the item, if in direct G-mode."
23112331
]
23122332
},
23132333
{
@@ -2373,12 +2393,15 @@
23732393
"note": [
23742394
"While using multiple Power Bomb boost Spring Ball jumps, to climb the room,",
23752395
"overload PLMs by moving through the camera scroll blocks in front of the passageway leading to the exit of Spore Spawn Supers.",
2376-
"Note that one Power Bomb can be saved with a Spring Fling; pause and just before the screen is fully black, jump, disable Spring ball, then buffer right on the unpause.",
2396+
"Note that one Power Bomb can be saved with a Spring Fling from the lower item pedestal; pause and just before the screen is fully black, jump, disable Spring ball, then buffer right on the unpause.",
23772397
"Another can be saved by carefully jumping out of this morph passageway.",
23782398
"Drop into the Sidehopper pit and dodge the hoppers while getting up to the crumble block tunnel.",
23792399
"Alternatively, carefully dodge the Reos below them and use a well-placed Power Bomb to kill both Reos and Sidehoppers."
23802400
],
2381-
"devNote": "With Morph, Bombs, or Spring Ball + HiJump, 8->15->14 will be used instead."
2401+
"devNote": [
2402+
"With Morph, Bombs, or Spring Ball + HiJump, 8->15->14 will be used instead.",
2403+
"FIXME: The spring fling variant would force collecting the item, if in direct G-mode, unless leaving through 4."
2404+
]
23822405
},
23832406
{
23842407
"id": 78,
@@ -2415,7 +2438,8 @@
24152438
],
24162439
"devNote": [
24172440
"This strat does not have a Power Bomb Spring Ball jump option to avoid the Spring Fling,",
2418-
"because it would solidify the block and make 8->15->12 unsound. These strats are split off and don't stop at 15 first."
2441+
"because it would solidify the block and make 8->15->12 unsound. These strats are split off and don't stop at 15 first.",
2442+
"FIXME: The spring fling variant would force collecting the item, if in direct G-mode, unless leaving through 4."
24192443
]
24202444
},
24212445
{
@@ -3898,8 +3922,7 @@
38983922
"link": [17, 12],
38993923
"name": "G-mode Morph",
39003924
"requires": [
3901-
"canEnterGMode",
3902-
"h_canArtificialMorphMovement"
3925+
"canEnterGMode"
39033926
],
39043927
"collectsItems": [11],
39053928
"flashSuitChecked": true

0 commit comments

Comments
 (0)