Skip to content

Commit 15e43a8

Browse files
committed
Feedback changes
1 parent 0d2f6c9 commit 15e43a8

4 files changed

Lines changed: 38 additions & 10 deletions

File tree

region/brinstar/red/Red Brinstar Fireflea Room.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,16 @@
884884
"canTrickyDashJump",
885885
"h_canBackIntoCorner",
886886
"canInsaneJump"
887+
]},
888+
{"and": [
889+
"canTrickyDashJump",
890+
{"spikeHits": 1}
887891
]}
888892
]}
893+
],
894+
"note": [
895+
"Run and jump from the safe stair to just reach the door ledge.",
896+
"To avoid walljumping, use a full speed jump or jump from on top of the spikes (stairs or floor)."
889897
]
890898
},
891899
{

region/maridia/outer/Mama Turtle Room.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,11 @@
374374
]}
375375
],
376376
"clearsObstacles": ["A"],
377-
"note": "Requires getting back on Mama Turtle while she is at the right."
377+
"note": [
378+
"Requires getting back on Mama Turtle while she is at the right.",
379+
"The safest way is to have a normalized fall speed with either a full height jump or falling from the ledge above.",
380+
"Shrinking Samus' hitbox after touching the turtles back will also usually help."
381+
]
378382
},
379383
{
380384
"link": [1, 3],
@@ -628,15 +632,14 @@
628632
"canSuitlessMaridia",
629633
"canTrickyJump",
630634
{"or": [
631-
"HiJump",
632635
"canSpringBallJumpMidAir",
633636
"h_canCrouchJumpDownGrab",
634637
"canUseEnemies"
635638
]}
636639
],
637640
"note": [
638641
"Jump over or on to Mama Turtle.",
639-
"The easiest method is to jump over her by jumping on her babies."
642+
"The easiest method is to jump over her by jumping on her babies, or to Morph under her."
640643
]
641644
},
642645
{
@@ -708,6 +711,16 @@
708711
{"or": [
709712
"Wave",
710713
"Spazer",
714+
{"and":[
715+
"canTrickyJump",
716+
"canDodgeWhileShooting",
717+
{"ammo": {"type": "Missile", "count": 5}}
718+
]},
719+
{"and":[
720+
"canTrickyJump",
721+
"canResetFallSpeed",
722+
"canDownBack"
723+
]},
711724
"canInsaneJump"
712725
]}
713726
],

region/maridia/outer/Mt. Everest.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,21 +1399,28 @@
13991399
"requires": [
14001400
"h_canNavigateUnderwater",
14011401
"canTrickyUseFrozenEnemies",
1402+
{"or": [
1403+
{"resetRoom": {
1404+
"nodes": [3],
1405+
"mustStayPut": true
1406+
}},
1407+
"canPrepareForNextRoom"
1408+
]},
14021409
{"or": [
14031410
"canInsaneJump",
14041411
"Spazer",
14051412
"Wave",
14061413
"Plasma",
14071414
{"and": [
1408-
"canTrickyJump",
1415+
"canDodgeWhileShooting",
14091416
{"ammo": {"type": "Super", "count": 1}}
1417+
]},
1418+
{"and": [
1419+
"canDodgeWhileShooting",
1420+
"HiJump"
14101421
]}
14111422
]},
1412-
{"ammo": {"type": "Super", "count": 1}},
1413-
{"resetRoom": {
1414-
"nodes": [3],
1415-
"mustStayPut": true
1416-
}}
1423+
{"ammo": {"type": "Super", "count": 1}}
14171424
],
14181425
"note": "Knock the crab off the wall immediately and then freeze.",
14191426
"devNote": "Kinda tough with no other beam/missile/super/movement."

region/norfair/east/Lava Dive Room.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
"h_lavaProof",
580580
"canSuitlessLavaDive"
581581
]},
582-
"canSpringwall",
582+
"h_HeatedSpringwall",
583583
"HiJump",
584584
"canUseEnemies",
585585
{"heatFrames": 195},

0 commit comments

Comments
 (0)