Skip to content

Commit 3a3ba8a

Browse files
committed
feedback update
1 parent c72a9ed commit 3a3ba8a

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -866,15 +866,19 @@
866866
"HiJump",
867867
"canTrickyJump",
868868
"canTrickySpringBallJump",
869-
"canSpringFling"
869+
"canStationaryLateralMidAirMorph",
870+
{"or": [
871+
"h_underwaterCrouchJump",
872+
"canInsaneJump"
873+
]}
870874
],
871875
"flashSuitChecked": true,
872876
"note": [
873-
"SpringBall jump just as Samus exits the water to reach the distant ledge.",
874-
"In order to move horizontally far enough, quickly pause and morph in order to gain a Spring Fling as Samus equips Spring Ball.",
875-
"This can be done from a spin jump or from a stationary lateral mid-air morph."
877+
"Stationary lateral midair morph into a SpringBall jump just as Samus exits the water to reach the distant ledge.",
878+
"This can either be done from a crouch jump from the last pixel, giving an 8-frame window to jump while out of the water,",
879+
"or from a spin jump, which gives a 2-frame window to jump while out of the water."
876880
],
877-
"detailNote": "There is a two-frame window for when Samus can jump after escaping the waterline. Starting from a crouch jump does not increase this window."
881+
"detailNote": "Samus could also start from a standing position, requiring the last pixel and only giving a 2-frame window."
878882
},
879883
{
880884
"id": 24,

region/maridia/outer/Main Street.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5123,11 +5123,15 @@
51235123
]},
51245124
{"or": [
51255125
"Morph",
5126-
"canOffScreenMovement"
5126+
{"and": [
5127+
"canOffScreenMovement",
5128+
"h_trickyToCarryFlashSuit"
5129+
]}
51275130
]},
51285131
{"autoReserveTrigger": {"minReserveEnergy": 85}},
51295132
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
51305133
],
5134+
"flashSuitChecked": false,
51315135
"note": [
51325136
"Using the slow global crab to ascend the top section of the room requires the speed blocks to not be broken.",
51335137
"Jump with either Springball or HiJump onto the global crab while it is climbing the section above the Speed locked item.",

region/maridia/outer/Mt. Everest.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,11 +1435,15 @@
14351435
]},
14361436
{"or": [
14371437
"Morph",
1438-
"canOffScreenMovement"
1438+
{"and": [
1439+
"canOffScreenMovement",
1440+
"h_trickyToCarryFlashSuit"
1441+
]}
14391442
]},
14401443
{"autoReserveTrigger": {"minReserveEnergy": 85}},
14411444
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}}
14421445
],
1446+
"flashSuitChecked": false,
14431447
"note": [
14441448
"Jump with either Springball or HiJump onto a Sciser while it is climbing the right-most mountain.",
14451449
"Have Reserves set to manual and return them to auto after taking a deadly crab hit in order to gain two damage boosts.",

0 commit comments

Comments
 (0)