Skip to content

Commit ab96ca6

Browse files
committed
most of west maridia
1 parent 716d3ab commit ab96ca6

1 file changed

Lines changed: 54 additions & 10 deletions

File tree

region/maridia/outer/Fish Tank.json

Lines changed: 54 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -713,15 +713,6 @@
713713
"canJumpIntoIBJ",
714714
"canBombHorizontally"
715715
]},
716-
{"and": [
717-
"HiJump",
718-
"canTrickyDashJump"
719-
]},
720-
{"and": [
721-
"canUseFrozenEnemies",
722-
"HiJump",
723-
"SpeedBooster"
724-
]},
725716
"h_maxHeightSpringBallJump",
726717
{"and": [
727718
"HiJump",
@@ -738,6 +729,31 @@
738729
"canGravityJump"
739730
]
740731
},
732+
{
733+
"link": [1, 5],
734+
"name": "Jump to the Frozen Fish",
735+
"requires": [
736+
"Gravity",
737+
"canUseFrozenEnemies",
738+
"HiJump",
739+
"SpeedBooster"
740+
]
741+
},
742+
{
743+
"link": [1, 5],
744+
"name": "Tricky Dash Jump",
745+
"requires": [
746+
"Gravity",
747+
"HiJump",
748+
"canTrickyDashJump",
749+
"canDownGrab"
750+
],
751+
"note": [
752+
"Get a tricky dash jump running up the hill, then precisely down grab at the top.",
753+
"It is best to start a few pixels away from the edge of the runway, so that Samus can jump at the correct frame and while being higher up the hill."
754+
],
755+
"devNote": "A down grab is not strictly necessary, but it makes it much easier."
756+
},
741757
{
742758
"id": 14,
743759
"link": [1, 5],
@@ -2304,6 +2320,33 @@
23042320
"bypassesDoorShell": "free",
23052321
"flashSuitChecked": true
23062322
},
2323+
{
2324+
"link": [3, 3],
2325+
"name": "Carry G-Mode Back Up, Bomb Into Spring Ball Jump",
2326+
"entranceCondition": {
2327+
"comeInWithGMode": {
2328+
"mode": "direct",
2329+
"morphed": true
2330+
},
2331+
"comesThroughToilet": "any"
2332+
},
2333+
"requires": [
2334+
"h_artificialMorphUnderwaterBombIntoSpringBallJump"
2335+
],
2336+
"exitCondition": {
2337+
"leaveWithGMode": {
2338+
"morphed": false
2339+
}
2340+
},
2341+
"bypassesDoorShell": "free",
2342+
"flashSuitChecked": true,
2343+
"note": [
2344+
"Pause and jump just before the fade out finishes. Turn off Spring Ball and place a Bomb just above where Samus' head would be if standing.",
2345+
"Pause again between 23-25 frames later and equip Spring Ball; Samus has a three frame window where she has upward momentum from the Bomb and can jump again.",
2346+
"The positioning of the Bomb is quite lenient, with an 11 frame window for where it can be placed.",
2347+
"Unmorph at the top of the jump to touch the transition blocks."
2348+
]
2349+
},
23072350
{
23082351
"id": 47,
23092352
"link": [3, 7],
@@ -2374,7 +2417,8 @@
23742417
]},
23752418
{"and": [
23762419
"HiJump",
2377-
"canTrickyDashJump"
2420+
"canTrickyDashJump",
2421+
"canDownGrab"
23782422
]},
23792423
"h_maxHeightSpringBallJump",
23802424
{"and": [

0 commit comments

Comments
 (0)