Skip to content

Commit 44de653

Browse files
authored
Merge pull request #1780 from kjbranch/early-supers
Early Supers Remove Unnecessary Node
2 parents 18fcc6e + da4aa6a commit 44de653

2 files changed

Lines changed: 3 additions & 48 deletions

File tree

region/brinstar/green/Early Supers Room.json

Lines changed: 3 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@
4141
"nodeSubType": "visible",
4242
"nodeItem": "Super",
4343
"nodeAddress": "0x7851E"
44-
},
45-
{
46-
"id": 5,
47-
"name": "Junction (Sidehopper Pit)",
48-
"nodeType": "junction",
49-
"nodeSubType": "junction",
50-
"devNote": "FIXME: There doesn't seem to be any use in ever going to this node. Should it be removed?"
5144
}
5245
],
5346
"obstacles": [
@@ -89,7 +82,7 @@
8982
"groupName": "Early Supers Bottom Small sidehoppers",
9083
"enemyName": "Sm. Sidehopper",
9184
"quantity": 2,
92-
"homeNodes": [5]
85+
"homeNodes": [3]
9386
}
9487
],
9588
"links": [
@@ -99,8 +92,7 @@
9992
{"id": 1},
10093
{"id": 2},
10194
{"id": 3},
102-
{"id": 4},
103-
{"id": 5}
95+
{"id": 4}
10496
]
10597
},
10698
{
@@ -114,8 +106,7 @@
114106
{
115107
"from": 3,
116108
"to": [
117-
{"id": 1},
118-
{"id": 5}
109+
{"id": 1}
119110
]
120111
},
121112
{
@@ -125,12 +116,6 @@
125116
{"id": 2},
126117
{"id": 4}
127118
]
128-
},
129-
{
130-
"from": 5,
131-
"to": [
132-
{"id": 3}
133-
]
134119
}
135120
],
136121
"strats": [
@@ -539,18 +524,6 @@
539524
"requires": [],
540525
"flashSuitChecked": true
541526
},
542-
{
543-
"id": 21,
544-
"link": [1, 5],
545-
"name": "Base",
546-
"requires": [
547-
{"obstaclesNotCleared": ["A"]},
548-
"SpeedBooster"
549-
],
550-
"clearsObstacles": ["A"],
551-
"flashSuitChecked": true,
552-
"devNote": "There are other ways to get here, but there is no reason to go there, so they are omitted."
553-
},
554527
{
555528
"id": 41,
556529
"link": [2, 1],
@@ -826,15 +799,6 @@
826799
"Climb onto the frozen bug by rolling under it and jumping while holding down."
827800
]
828801
},
829-
{
830-
"id": 37,
831-
"link": [3, 5],
832-
"name": "Base",
833-
"requires": [
834-
"h_canBombThings"
835-
],
836-
"flashSuitChecked": true
837-
},
838802
{
839803
"id": 38,
840804
"link": [4, 1],
@@ -849,15 +813,6 @@
849813
"name": "Base",
850814
"requires": [],
851815
"flashSuitChecked": true
852-
},
853-
{
854-
"id": 40,
855-
"link": [5, 3],
856-
"name": "Base",
857-
"requires": [
858-
"h_canBombThings"
859-
],
860-
"flashSuitChecked": true
861816
}
862817
],
863818
"nextStratId": 43,
-779 Bytes
Loading

0 commit comments

Comments
 (0)