Skip to content

Commit 456a8de

Browse files
committed
remove canPreciseWalljump reqs redundant with canTrickyWalljump
1 parent c38cd83 commit 456a8de

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

region/brinstar/red/Red Tower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2623,7 +2623,6 @@
26232623
"requires": [
26242624
{"notable": "Hero Shot"},
26252625
"canHeroShot",
2626-
"canPreciseWalljump",
26272626
"canTrickyWalljump"
26282627
],
26292628
"note": "Wall jump between the Rippers. Either shoot the block, fall, and quickly climb again, or shoot from the bottom and follow Samus's shot up the tower."

region/maridia/inner-yellow/Maridia Elevator Room.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -705,10 +705,7 @@
705705
"requires": [
706706
{"or": [
707707
"canTrivialUseFrozenEnemies",
708-
{"and": [
709-
"canPreciseWalljump",
710-
"canTrickyWalljump"
711-
]}
708+
"canTrickyWalljump"
712709
]}
713710
],
714711
"flashSuitChecked": true
@@ -990,7 +987,6 @@
990987
"link": [2, 3],
991988
"name": "Staggered Wall Climb",
992989
"requires": [
993-
"canPreciseWalljump",
994990
"canTrickyWalljump"
995991
]
996992
},
@@ -1188,10 +1184,7 @@
11881184
"requires": [
11891185
{"or": [
11901186
"canTrivialUseFrozenEnemies",
1191-
{"and": [
1192-
"canPreciseWalljump",
1193-
"canTrickyWalljump"
1194-
]}
1187+
"canTrickyWalljump"
11951188
]}
11961189
],
11971190
"flashSuitChecked": true

region/norfair/east/Lava Dive Room.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,6 @@
881881
"HiJump",
882882
"canSuitlessLavaDive",
883883
"canUseEnemies",
884-
"canPreciseWalljump",
885884
"canTrickyWalljump",
886885
{"heatFrames": 270},
887886
{"gravitylessLavaFrames": 240}

0 commit comments

Comments
 (0)