Skip to content

Commit 9b4942d

Browse files
committed
Fix floorPosition in Hellway, and usages
1 parent 1f0cbe0 commit 9b4942d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

region/brinstar/green/Green Brinstar Main Shaft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,15 +2968,15 @@
29682968
"name": "Samus Eater Teleport",
29692969
"entranceCondition": {
29702970
"comeInWithSamusEaterTeleport": {
2971-
"floorPositions": [[12, 13], [14, 13], [15, 13]],
2971+
"floorPositions": [[12, 13], [13, 13], [15, 13]],
29722972
"ceilingPositions": []
29732973
}
29742974
},
29752975
"requires": [
29762976
"Morph"
29772977
],
29782978
"note": [
2979-
"Land in the last Samus Eater of Alpha Power Bomb Room, or the second Samus Eater from the right of Hellway."
2979+
"Land in the right side of the leftmost Samus Eater of Alpha Power Bomb Room, or the second Samus Eater from the right of Hellway."
29802980
]
29812981
},
29822982
{

region/brinstar/red/Hellway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
"requires": [],
327327
"exitCondition": {
328328
"leaveWithSamusEaterTeleport": {
329-
"floorPositions": [[7, 13], [11, 13], [15, 13], [10, 13], [14, 13], [1, 13]],
329+
"floorPositions": [[7, 13], [11, 13], [15, 13], [9, 13], [13, 13], [1, 13]],
330330
"ceilingPositions": [[6, 3], [10, 3]]
331331
}
332332
},

strats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ A `comeInWithSamusEaterTeleport` comes with an implicit tech requirement `canSam
16361636
"name": "Samus Eater Teleport",
16371637
"entranceCondition": {
16381638
"comeInWithSamusEaterTeleport": {
1639-
"floorPositions": [[12, 13], [14, 13], [15, 13]],
1639+
"floorPositions": [[12, 13], [13, 13], [15, 13]],
16401640
"ceilingPositions": []
16411641
}
16421642
},

0 commit comments

Comments
 (0)