Skip to content

Commit d5fcd92

Browse files
authored
Merge pull request #1535 from kjbranch/misc
A Few Small Edits
2 parents 321e8f1 + 01330f6 commit d5fcd92

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

region/maridia/inner-pink/The Precious Room.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"requires": [
102102
"Gravity",
103103
{"or": [
104-
"canGravityJump",
105104
"h_canFly",
106105
"canSpringBallJumpMidAir",
107106
"HiJump"
@@ -110,7 +109,14 @@
110109
},
111110
{
112111
"link": [2, 1],
113-
"name": "Precious Room Delayed Walljump",
112+
"name": "Gravity Jump",
113+
"requires": [
114+
"canGravityJump"
115+
]
116+
},
117+
{
118+
"link": [2, 1],
119+
"name": "Delayed Wall Jump",
114120
"requires": [
115121
"Gravity",
116122
"canDelayedWalljump"
@@ -385,4 +391,4 @@
385391
]
386392
}
387393
]
388-
}
394+
}

region/maridia/outer/Main Street.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@
989989
},
990990
"requires": [
991991
{"tech": "canSpringBallBombJump"},
992+
"h_canUseSpringBall",
992993
"canCrossRoomJumpIntoWater",
993994
{"or": [
994995
"Gravity",

tech.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"otherRequires": [],
105105
"note": [
106106
"Collecting equipment can make movement more difficult in certain situations.",
107-
"Speedbooster will reduce Samus' jump height and turning Speedbooster off will return the jump height to normal.",
107+
"Speedbooster without HiJump will reduce Samus' jump height when running and turning Speedbooster off will enable her to jump normally while running.",
108108
"Disabling HiJump will give more time to perform a mid-air morph.",
109109
"Disabling Gravity will allow Samus to float farther in water, or jump slower for a mid-air morph.",
110110
"Beams may need to be disabled to control how enemies are killed (i.e. Remove plasma for canUseFrozenEnemies, or remove ice to effeciently use heat room farm points)."

0 commit comments

Comments
 (0)