Skip to content

Commit b1bd54f

Browse files
committed
Add more tricky jumps to sand jumps
1 parent deff5fa commit b1bd54f

4 files changed

Lines changed: 29 additions & 36 deletions

File tree

region/maridia/inner-green/Pants Room.json

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -545,6 +545,7 @@
545545
"Gravity",
546546
"Grapple",
547547
"canTrickySpringBallJump",
548+
"canTrickyJump",
548549
"canPlayInSand"
549550
],
550551
"note": "Break spin before touching the sand, and then spinjump to get a good jump off of the sand."
@@ -558,18 +559,11 @@
558559
"Grapple",
559560
"canPlayInSand",
560561
"canJumpIntoIBJ",
561-
{"or": [
562-
{"and": [
563-
"canTrickyJump",
564-
"canCrouchJump"
565-
]},
566-
"canStationarySpinJump"
567-
]}
562+
"canTrickyJump",
563+
"can4HighMidAirMorph",
564+
"canStationarySpinJump"
568565
],
569-
"note": [
570-
"Begin an IBJ by either doing a stationary spinjump on the sand, ",
571-
"Or by crouch jumping in the sand while holding down."
572-
]
566+
"note": "Break spin before touching the sand, and then spinjump to get a good jump off of the sand."
573567
},
574568
{
575569
"id": 25,
@@ -592,11 +586,8 @@
592586
"Grapple",
593587
"canGravityJump",
594588
"canPlayInSand",
595-
"canCarefulJump",
596-
{"or": [
597-
"canStationarySpinJump",
598-
"canTrickyJump"
599-
]}
589+
"canStationarySpinJump",
590+
"canTrickyJump"
600591
],
601592
"note": [
602593
"Gets above the grapple block by doing a well-positioned and well-timed Gravity jump following a good jump off the sand.",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@
347347
"Time a bomb to hit Samus when she is morphed, 1 pixel into the sand, inside a sandfall, and moving horizontally.",
348348
"There is a setup using a Sand IBJ to rise up the sandfall from the floor and Sandfall Bounce with the correct timing.",
349349
"An alternate setup places the bomb before entering the sand and jumps into it with a very fast jump morph, using HiJump."
350-
]
350+
],
351+
"devNote": "FIXME: A Power Bomb can be used with the jump morph. Bombs are only listed for leniency in that case."
351352
},
352353
{
353354
"id": 13,

region/maridia/inner-pink/Colosseum.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,15 @@
468468
{"or": [
469469
{"and": [
470470
"canTrickyJump",
471-
"canCrouchJump",
472-
"canPlayInSand"
473-
]},
474-
{"and": [
475-
"canStationarySpinJump",
471+
"can4HighMidAirMorph",
476472
"canPlayInSand"
477473
]},
478474
"h_canUseSpringBall"
475+
]},
476+
{"or": [
477+
"canDoubleBombJump",
478+
"canStaggeredIBJ",
479+
"canBePatient"
479480
]}
480481
],
481482
"note": [
@@ -1563,14 +1564,15 @@
15631564
{"or": [
15641565
{"and": [
15651566
"canTrickyJump",
1566-
"canCrouchJump",
1567-
"canPlayInSand"
1568-
]},
1569-
{"and": [
1570-
"canStationarySpinJump",
1567+
"can4HighMidAirMorph",
15711568
"canPlayInSand"
15721569
]},
15731570
"h_canUseSpringBall"
1571+
]},
1572+
{"or": [
1573+
"canDoubleBombJump",
1574+
"canStaggeredIBJ",
1575+
"canBePatient"
15741576
]}
15751577
],
15761578
"note": [

region/maridia/inner-pink/East Sand Hole.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
"Morph",
178178
{"or": [
179179
"canMidAirMorph",
180-
"canCarefulJump",
181-
{"ammo": {"type": "Super", "count": 1}},
180+
"canDodgeWhileShooting",
182181
{"enemyDamage": {"enemy": "Boulder", "type": "contact", "hits": 1}}
183182
]}
184183
]}
@@ -198,24 +197,24 @@
198197
{"or": [
199198
"canWalljump",
200199
"canGravityJump",
201-
"HiJump",
202-
"canSpringBallJumpMidAir"
200+
"HiJump"
203201
]},
204202
{"or": [
205203
"canMidAirMorph",
206-
"canCarefulJump",
207-
{"and": [
208-
"canDodgeWhileShooting",
209-
{"ammo": {"type": "Super", "count": 1}}
210-
]},
204+
"canDodgeWhileShooting",
211205
{"enemyDamage": {"enemy": "Boulder", "type": "contact", "hits": 1}}
212206
]}
213207
]},
208+
{"and": [
209+
"canSpringBallJumpMidAir",
210+
"canTrickyJump"
211+
]},
214212
{"and": [
215213
"h_canUseSpringBall",
216214
"canJumpIntoIBJ"
217215
]},
218216
{"and": [
217+
"canTrickyJump",
219218
"can4HighMidAirMorph",
220219
"canJumpIntoIBJ"
221220
]}

0 commit comments

Comments
 (0)