Skip to content

Commit 260b2a8

Browse files
committed
A Few Quick Fixes
1 parent d3f0e2e commit 260b2a8

3 files changed

Lines changed: 15 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@
890890
"canSuitlessMaridia",
891891
"HiJump",
892892
"canPreciseWalljump",
893+
"canTrickyJump",
893894
{"or": [
894895
"canConsecutiveWalljump",
895896
"canDelayedWalljump"

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,18 @@
14011401
],
14021402
"flashSuitChecked": true
14031403
},
1404+
{
1405+
"id": 58,
1406+
"link": [4, 5],
1407+
"name": "Bomb Boost Spring Ball Jump",
1408+
"requires": [
1409+
"canSpringBallBombJump",
1410+
{"tech": "canBombHorizontally"},
1411+
"canTrickyJump"
1412+
],
1413+
"note": "Bomb horizontally, then use spring ball to jump around the overhang. A Power Bomb will kill the Choot just after Samus reaches the top.",
1414+
"devNote": "With just Bombs, this can require a way to deal with the Choot, but Samus can just IBJ if needed."
1415+
},
14041416
{
14051417
"id": 58,
14061418
"link": [4, 5],

0 commit comments

Comments
 (0)