Skip to content

Commit 25d2d99

Browse files
authored
Recent error finds (#2684)
1 parent a9cfef5 commit 25d2d99

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

region/brinstar/pink/Big Pink.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4080,7 +4080,7 @@
40804080
{
40814081
"id": 110,
40824082
"link": [13, 7],
4083-
"name": "Speedball Jump into Raised Bomb Blocks",
4083+
"name": "Blue Speed Jump into Raised Bomb Blocks",
40844084
"requires": [
40854085
{"notable": "Off Screen Super Block"},
40864086
{"notable": "Break Raised Bomb Blocks with Blue Speed"},
@@ -4093,7 +4093,10 @@
40934093
],
40944094
"clearsObstacles": ["F"],
40954095
"flashSuitChecked": false,
4096-
"note": "Break the bomb blocks by jumping into them with speed. These is more easily done at low run speed."
4096+
"note": [
4097+
"Break the bomb blocks by jumping into them with speed. These is more easily done at low run speed.",
4098+
"It is most lenient if Samus is still moving up while entering the tunnel."
4099+
]
40974100
},
40984101
{
40994102
"id": 111,

region/crateria/central/Landing Site.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,9 @@
485485
"link": [1, 4],
486486
"name": "Shinespark",
487487
"entranceCondition": {
488-
"comeInWithSpark": {}
488+
"comeInWithSpark": {"position": "top"}
489489
},
490490
"requires": [
491-
"canMidairShinespark",
492491
{"shinespark": {"frames": 154, "excessFrames": 37}}
493492
],
494493
"clearsObstacles": ["A"],
@@ -529,10 +528,9 @@
529528
"link": [1, 5],
530529
"name": "Shinespark",
531530
"entranceCondition": {
532-
"comeInWithSpark": {}
531+
"comeInWithSpark": {"position": "top"}
533532
},
534533
"requires": [
535-
"canMidairShinespark",
536534
{"shinespark": {"frames": 154, "excessFrames": 107}}
537535
],
538536
"clearsObstacles": ["A"],

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@
693693
"minExtraRunSpeed": "$1.5"
694694
}
695695
},
696-
"flashSuitChecked": true
696+
"flashSuitChecked": true,
697+
"devNote": "FIXME: This and other strats could be added while starting from the left door to save heat frames."
697698
},
698699
{
699700
"id": 34,

0 commit comments

Comments
 (0)