Skip to content

Commit 1f762c9

Browse files
committed
feedback updates
1 parent 1e677cc commit 1f762c9

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

region/maridia/outer/Mt. Everest.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,6 @@
41004100
"name": "Super Sink Door Lock Skip",
41014101
"requires": [
41024102
"canSuperSink",
4103-
"Morph",
41044103
"SpringBall"
41054104
],
41064105
"bypassesDoorShell": true,
@@ -4736,22 +4735,26 @@
47364735
"name": "Super Sink Door Lock Skip",
47374736
"requires": [
47384737
"canSuperSink",
4739-
"Morph",
47404738
"SpringBall"
47414739
],
47424740
"bypassesDoorShell": true,
47434741
"note": [
4744-
"Swing around the Powamp counter-clockwise,",
4742+
"Swing counter-clockwise around the floating Grapple blocks on the right side of the room,",
47454743
"and release when Samus has high speed and is as far left as possible.",
4746-
"Quickly morph, pause frame-perfectly so that the pause hits just as Samus would land,",
4747-
"Equip or unequip Spring Ball in order to land on the door shell without bouncing.",
4748-
"If successful, Samus will continue to gain fall speed while resting on the door shell,",
4749-
"clipping through it after a few seconds."
4744+
"Quickly morph, pause frame-perfectly so that the pause hits just as Samus would land.",
4745+
"Equip or unequip Spring Ball in order to land without bouncing.",
4746+
"Hold left to roll over to the door.",
4747+
"If successful, Samus will continue to gain fall speed,",
4748+
"and will clip through the door soon after reaching it."
47504749
],
47514750
"detailNote": [
47524751
"If Spring Ball is unequipped after bouncing, it will cause the game to crash after landing from the bounce.",
47534752
"To avoid this, do not unequip Spring Ball if the bouncing sound is heard before or while entering the pause menu.",
47544753
"Alternatively, equip rather than unequip Spring Ball."
4754+
],
4755+
"devNote": [
4756+
"It is also an option to swing counter-clockwise around the Powamp above the door;",
4757+
"but this may be less consistent since the vertical position of the Powamp can vary."
47554758
]
47564759
},
47574760
{

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
"link": [1, 1],
241241
"name": "Leave with Super Sink",
242242
"requires": [
243+
"canUseEnemies",
243244
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 2}},
244245
"Morph",
245246
"SpringBall"

tech.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,8 @@
893893
{
894894
"name": "canSuperSink",
895895
"techRequires": [
896-
"canUseGrapple"
896+
"canUseGrapple",
897+
"canMidAirMorph"
897898
],
898899
"otherRequires": [],
899900
"note": [

0 commit comments

Comments
 (0)