Skip to content

Commit 3dc3dd6

Browse files
authored
Merge pull request #1793 from kjbranch/quick-fixes
A Few Quick Fixes - Plasma Spark, East Ocean, East Cac
2 parents 6e072f2 + 095c2ae commit 3dc3dd6

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

region/crateria/east/East Ocean.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,10 @@
844844
{
845845
"id": 32,
846846
"link": [3, 1],
847-
"name": "Suitless with SpringBall Jump Mid Air",
847+
"name": "Suitless with Spring Ball",
848848
"requires": [
849849
"canSuitlessMaridia",
850-
"canSpringBallJumpMidAir"
850+
"canTrickySpringBallJump"
851851
]
852852
},
853853
{

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,10 @@
890890
"canSuitlessMaridia",
891891
"HiJump",
892892
"canPreciseWalljump",
893+
{"or": [
894+
"canTrickyJump",
895+
"canMidairWiggle"
896+
]},
893897
{"or": [
894898
"canConsecutiveWalljump",
895899
"canDelayedWalljump"
@@ -903,6 +907,7 @@
903907
"requires": [
904908
{"or": [
905909
{"and": [
910+
"canTrickyJump",
906911
"canSpaceJumpWaterBounce",
907912
"canWalljump"
908913
]},

region/maridia/inner-yellow/Plasma Spark Room.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,20 @@
14031403
],
14041404
"flashSuitChecked": true
14051405
},
1406+
{
1407+
"link": [4, 5],
1408+
"name": "Bomb Boost Spring Ball Jump",
1409+
"requires": [
1410+
"canSpringBallBombJump",
1411+
{"tech": "canBombHorizontally"},
1412+
"canTrickyJump"
1413+
],
1414+
"note": [
1415+
"Bomb horizontally, then use spring ball to jump around the overhang.",
1416+
"Either quickly kill the Choot or land on the left pixel to avoid a hit.",
1417+
"Using a Power Bomb will kill the Choot just before it swings left another time and will make the landing area a bit larger."
1418+
]
1419+
},
14061420
{
14071421
"id": 58,
14081422
"link": [4, 5],

0 commit comments

Comments
 (0)