Starting from the edge of the platforms that stick out, crouch jump and down grab to get to the next one. Going up from the left runway does not work, as that starts one tile further to the left.
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true }, "comesThroughToilet": "any" } Requires: { "or": [ { "and": [ "h_artificialMorphIBJ", "h_artificialMorphBombHorizontally" ] }, { "and": [ "h_artificialMorphLongIBJ", "Gravity" ] }, { "and": [ "h_artificialMorphSpringBallBombJump", "h_additionalBomb", "h_additionalBomb", "h_additionalBomb" ] }, { "and": [ "h_artificialMorphSpringBallBombJump", { "notable": "Left Shaft Precise Crouch Jump Down Grab" } ] } ] } |
From: 2
Bottom Right Door
To: 1
Left Vertical Door
Gravity jump out of the water then perform a precise crouch jump + down grab to get onto the next ledge. Requires: { "notable": "Left Shaft Precise Crouch Jump Down Grab" } "canGravityJump" "h_crouchJumpDownGrab" "canTrickyJump" |
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: { "or": [ "Gravity", { "and": [ "canSuitlessMaridia", "HiJump", "h_artificialMorphSpringBall" ] } ] } { "or": [ "h_artificialMorphLongIBJ", { "and": [ "Gravity", "h_artificialMorphIBJ", "h_artificialMorphBombHorizontally" ] }, { "and": [ "canGravityJump", "h_artificialMorphSpringBallBombJump", { "or": [ "h_additionalBomb", { "tech": "canDoubleSpringBallJumpMidAir" } ] }, { "or": [ { "and": [ "h_additionalBomb", "h_additionalBomb" ] }, { "notable": "Left Shaft Precise Crouch Jump Down Grab" } ] } ] } ] } |
Entrance condition: { "comeInWithGMode": { "mode": "any", "morphed": true } } Requires: { "or": [ "h_artificialMorphLongIBJ", { "and": [ "Gravity", "h_artificialMorphIBJ", "h_artificialMorphBombHorizontally" ] }, { "and": [ "canGravityJump", "h_artificialMorphSpringBallBombJump", { "or": [ "h_additionalBomb", { "tech": "canDoubleSpringBallJumpMidAir" } ] }, { "or": [ { "and": [ "h_additionalBomb", "h_additionalBomb" ] }, { "notable": "Left Shaft Precise Crouch Jump Down Grab" } ] } ] } ] } |