Skip to content

Commit a21feef

Browse files
committed
refine diagonal bomb jump strats
1 parent b51910b commit a21feef

3 files changed

Lines changed: 23 additions & 16 deletions

File tree

region/brinstar/red/Red Brinstar Fireflea Room.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,8 +1237,9 @@
12371237
"canLongIBJ",
12381238
"canJumpIntoIBJ"
12391239
]},
1240-
"canHBJ"
1241-
]
1240+
"canDiagonalBombJump"
1241+
],
1242+
"note": "Perform an HBJ at the top of an IBJ. This is basically a very short diagonal bomb jump."
12421243
},
12431244
{
12441245
"id": 61,

region/maridia/inner-pink/East Cactus Alley.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@
471471
"h_artificialMorphLongIBJ",
472472
"h_artificialMorphJumpIntoIBJ"
473473
]},
474+
"h_artificialMorphDiagonalBombJump",
474475
"h_artificialMorphHBJ"
475476
],
476477
"flashSuitChecked": true,
@@ -722,22 +723,23 @@
722723
{"or": [
723724
"SpaceJump",
724725
"canWalljump",
725-
"h_IBJFromSpikes",
726-
{"and": [
727-
"canIBJ",
728-
{"or": [
729-
"canLongIBJ",
730-
"canJumpIntoIBJ"
731-
]},
732-
"canHBJ"
733-
]},
734-
{"and": [
735-
"canDiagonalBombJump",
736-
"canLongIBJ"
737-
]}
726+
"h_IBJFromSpikes"
738727
]}
739728
]
740729
},
730+
{
731+
"link": [2, 4],
732+
"name": "IBJ Into HBJ",
733+
"requires": [
734+
"Gravity",
735+
"canDiagonalBombJump",
736+
{"or": [
737+
"canLongIBJ",
738+
"canJumpIntoIBJ"
739+
]}
740+
],
741+
"note": "Perform an HBJ at the top of an IBJ. This is basically a very short diagonal bomb jump."
742+
},
741743
{
742744
"id": 20,
743745
"link": [2, 4],

tech.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,11 @@
14641464
"canIBJ"
14651465
],
14661466
"otherRequires": [],
1467-
"note": "The ability to IBJ with backspin which results in an IBJ with diagonal movement."
1467+
"note": [
1468+
"The ability to IBJ with backspin which results in an IBJ with diagonal movement.",
1469+
"This also includes the ability to HBJ at the top of an IBJ."
1470+
],
1471+
"devNote": "This does not include low incline diagonal bomb jumps, at less than around 45 degrees. Those are significantly harder."
14681472
},
14691473
{
14701474
"id": 96,

0 commit comments

Comments
 (0)