Skip to content

Commit c622a1d

Browse files
authored
Merge pull request #2099 from kjbranch/small-misc
Small misc changes
2 parents 224b1b6 + a51a4a3 commit c622a1d

9 files changed

Lines changed: 59 additions & 13 deletions

File tree

region/brinstar/red/Caterpillar Room.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,10 @@
12001200
}
12011201
},
12021202
"requires": [
1203-
"h_artificialMorphIBJ"
1203+
{"or": [
1204+
"h_artificialMorphIBJ",
1205+
"h_artificialMorphSpringBallBombJump"
1206+
]}
12041207
],
12051208
"flashSuitChecked": true
12061209
},
@@ -1244,7 +1247,17 @@
12441247
}
12451248
},
12461249
"requires": [
1247-
"h_artificialMorphIBJ"
1250+
{"or": [
1251+
"h_artificialMorphIBJ",
1252+
{"and": [
1253+
"h_artificialMorphSpringBallBombJump",
1254+
"h_additionalBomb"
1255+
]},
1256+
{"and": [
1257+
"h_artificialMorphSpringBallBombJump",
1258+
"h_crouchJumpDownGrab"
1259+
]}
1260+
]}
12481261
],
12491262
"exitCondition": {
12501263
"leaveWithGMode": {

region/crateria/east/East Ocean.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@
370370
"name": "Speedy Springball Jump and SpaceJump",
371371
"requires": [
372372
"canTrickyJump",
373+
{"or": [
374+
{"disableEquipment": "SpeedBooster"},
375+
"canTrickyDashJump"
376+
]},
373377
"SpeedBooster",
374378
"canSpringBallBounce",
375379
"canMockball",
@@ -440,7 +444,8 @@
440444
{"or": [
441445
{"and": [
442446
"canMidairShinespark",
443-
"canDodgeWhileShooting"
447+
"canShinechargeMovementTricky",
448+
"canTrickyDodgeEnemies"
444449
]},
445450
{"and": [
446451
{"enemyDamage": {"enemy": "Choot", "type": "contact", "hits": 1}},
@@ -460,7 +465,7 @@
460465
]}
461466
]},
462467
"canHorizontalShinespark",
463-
{"shinespark": {"frames": 123, "excessFrames": 5}},
468+
{"shinespark": {"frames": 125, "excessFrames": 5}},
464469
"canSpaceJumpWaterBounce",
465470
{"or": [
466471
{"and": [

region/maridia/inner-green/Oasis.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,6 +2182,20 @@
21822182
],
21832183
"clearsObstacles": ["A"]
21842184
},
2185+
{
2186+
"link": [3, 5],
2187+
"name": "G-Mode Overload PLMs, Through the Bomb Blocks",
2188+
"entranceCondition": {
2189+
"comeInWithGMode": {
2190+
"mode": "any",
2191+
"morphed": false
2192+
},
2193+
"comesThroughToilet": "any"
2194+
},
2195+
"requires": [],
2196+
"flashSuitChecked": true,
2197+
"note": "There are camera scroll blocks, which can be used to overload PLMs, just above the bomb blocks."
2198+
},
21852199
{
21862200
"id": 52,
21872201
"link": [3, 5],

region/maridia/inner-pink/Aqueduct.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3026,13 +3026,23 @@
30263026
"link": [9, 1],
30273027
"name": "G-Mode Setup - Get Hit By Yard, from Above",
30283028
"requires": [
3029-
"h_destroyBombWalls"
3029+
{"or": [
3030+
"h_useMorphBombs",
3031+
{"and": [
3032+
"Gravity",
3033+
"ScrewAttack"
3034+
]}
3035+
]}
30303036
],
30313037
"exitCondition": {
30323038
"leaveWithGModeSetup": {}
30333039
},
30343040
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
3035-
"flashSuitChecked": true
3041+
"flashSuitChecked": true,
3042+
"devNote": [
3043+
"It is probably possible to use a Power Bomb while the snail is far enough away and have it get here before the block respawns,",
3044+
"but it would make more sense to come through the Power Bomb blocks from below."
3045+
]
30363046
},
30373047
{
30383048
"id": 121,

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@
318318
],
319319
"clearsObstacles": ["A"],
320320
"flashSuitChecked": true,
321-
"note": "Slowly kill the Puyos with Bombs or us a Power Bomb. Stand under the gate when exiting G-Mode to open the gate."
321+
"note": "Slowly kill the Puyos with Bombs or use a Power Bomb. Stand under the gate when exiting G-Mode to open the gate.",
322+
"devNote": "This is only to avoid a Gravity jump."
322323
},
323324
{
324325
"id": 9,

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,10 @@
608608
"canHorizontalDamageBoost",
609609
{"enemyDamage": {"enemy": "Gamet", "type": "contact", "hits": 1}}
610610
],
611-
"note": "Use the moving platform (Kamer) to elevate the Gamets."
611+
"note": [
612+
"Use the moving platform (Kamer) to elevate the Gamets, then damage boost off of them to get to the top left.",
613+
"Alternatively, it is possible to wall jump off of the right overhang and damage boost from the ceiling Ripper, but it is likely more difficult."
614+
]
612615
},
613616
{
614617
"id": 60,

region/norfair/west/Ice Beam Gate Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@
11121112
"flashSuitChecked": true,
11131113
"note": [
11141114
"Place Bombs against the crumble block to overload PLMs, then go through it and through the bomb blocks at the left.",
1115-
"Place a Power Bomb and quuickly exit G-Mode before it goes off in order to break the blocks."
1115+
"Place a Power Bomb and quickly exit G-Mode before it goes off in order to break the blocks."
11161116
]
11171117
},
11181118
{

region/tourian/main/Tourian Escape Room 3.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
],
279279
"clearsObstacles": ["A"],
280280
"note": [
281-
"Run from or Roll under the pirate lasers.",
281+
"Safely kill the first pirate, then run from or roll under the remaining pirate lasers.",
282282
"The Pirates will also not shoot if they come on screen while Samus is crouched."
283283
],
284284
"devNote": "These requirements are to kill all of the pirates, but another strat is needed to cross the room to get to the top half."
@@ -351,8 +351,8 @@
351351
],
352352
"clearsObstacles": ["A"],
353353
"note": [
354-
"Run into the pirates with speedbooster to save health over shinesparking.",
355-
"A speedy jump can reach the top platform."
354+
"Safely kill the first pirate, then run into the rest with blue speed.",
355+
"A speedy jump can reach the top platform to save Energy over shinesparking."
356356
]
357357
},
358358
{

region/wreckedship/main/Wrecked Ship Main Shaft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
{
673673
"id": 20,
674674
"link": [2, 8],
675-
"name": "G-mode Morph to Missiles While Blind",
675+
"name": "G-mode Morph to Item While Blind",
676676
"entranceCondition": {
677677
"comeInWithGMode": {
678678
"mode": "any",

0 commit comments

Comments
 (0)