Skip to content

Commit a923db3

Browse files
blkerbyosse101
andauthored
Apply suggestions from code review
Co-authored-by: Michael McKenzie <mikemck101@gmail.com>
1 parent a51ee39 commit a923db3

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

region/tourian/main/Metroid Room 3.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,11 @@
12231223
{"and": [
12241224
"canMidAirMorph",
12251225
"h_useSpringBall",
1226-
"canTrickyJump"
1226+
"canResetFallSpeed",
1227+
{"or": [
1228+
{"disableEquipment": "HiJump"},
1229+
"canInsaneJump"
1230+
]}
12271231
]},
12281232
"canBombHorizontally",
12291233
"canTrickyUseFrozenEnemies",
@@ -1394,7 +1398,12 @@
13941398
]},
13951399
"canBombHorizontally"
13961400
]},
1397-
"canSpringFling",
1401+
"canSpringFling",
1402+
{"and": [
1403+
"canMidAirMorph",
1404+
"h_useSpringBall",
1405+
"canResetFallSpeed"
1406+
]},
13981407
"SpaceJump",
13991408
{"and": [
14001409
"HiJump",

0 commit comments

Comments
 (0)