Skip to content

Commit ba39c18

Browse files
authored
Merge pull request #1841 from blkerby/east-sand-hall-spark-position
Add spark position in East Sand Hall
2 parents e4d7807 + 4ca4190 commit ba39c18

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

region/maridia/inner-green/East Sand Hall.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@
138138
"link": [1, 2],
139139
"name": "Suitless Shinespark",
140140
"entranceCondition": {
141-
"comeInWithSpark": {}
141+
"comeInWithSpark": {
142+
"position": "top"
143+
}
142144
},
143145
"requires": [
144146
"canMidairShinespark",
@@ -151,7 +153,9 @@
151153
"link": [1, 2],
152154
"name": "Shinespark Into Room",
153155
"entranceCondition": {
154-
"comeInWithSpark": {}
156+
"comeInWithSpark": {
157+
"position": "top"
158+
}
155159
},
156160
"requires": [
157161
"Gravity",
@@ -790,7 +794,9 @@
790794
"link": [2, 1],
791795
"name": "Suitless Shinespark",
792796
"entranceCondition": {
793-
"comeInWithSpark": {}
797+
"comeInWithSpark": {
798+
"position": "top"
799+
}
794800
},
795801
"requires": [
796802
"canMidairShinespark",
@@ -803,7 +809,9 @@
803809
"link": [2, 1],
804810
"name": "Shinespark Into Room",
805811
"entranceCondition": {
806-
"comeInWithSpark": {}
812+
"comeInWithSpark": {
813+
"position": "top"
814+
}
807815
},
808816
"requires": [
809817
"Gravity",

0 commit comments

Comments
 (0)