From 335f84b7f75c75843fe3cac1b33f50ebf1a7ecc0 Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:12:33 +0900 Subject: [PATCH 1/3] add wall ice clip gate skip --- region/brinstar/green/Early Supers Room.json | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/region/brinstar/green/Early Supers Room.json b/region/brinstar/green/Early Supers Room.json index 72820a1ee8..aecac4991b 100644 --- a/region/brinstar/green/Early Supers Room.json +++ b/region/brinstar/green/Early Supers Room.json @@ -429,6 +429,32 @@ ], "devNote": ["This strat avoids the need to dash."] }, + { + "link": [1, 2], + "name": "Wall Ice Clip X-ray Climb Gate Clip", + "requires": [ + "canWallIceClip", + {"or": [ + "h_useMorphBombs", + {"and": [ + "Morph", + {"haveBlueSuit": {}} + ]} + ]}, + "canXRayClimb" + ], + "flashSuitChecked": true, + "blueSuitChecked": true, + "note": [ + "Freeze a Zeb inside of the pillar below the gate, the face of the zeb will be sticking out slightly if frozen in the correct position.", + "Run or walk into the wall to clip, press down to crouch and X-Ray climb to the top which will allow samus to pass through the gate", + "Finally, jump with Bombs or SpringBall to break the crumble block." + ], + "detailNote": [ + "Walking into the wall is possible but is more precise and may require several tries." + ], + "devNote": ["This strat avoids the need to dash."] + }, { "id": 13, "link": [1, 2], From 70dc4543166db37f200cd865038ca106244fb426 Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:19:04 +0900 Subject: [PATCH 2/3] Update Early Supers Room.json --- region/brinstar/green/Early Supers Room.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/region/brinstar/green/Early Supers Room.json b/region/brinstar/green/Early Supers Room.json index aecac4991b..2720cb3e34 100644 --- a/region/brinstar/green/Early Supers Room.json +++ b/region/brinstar/green/Early Supers Room.json @@ -431,7 +431,7 @@ }, { "link": [1, 2], - "name": "Wall Ice Clip X-ray Climb Gate Clip", + "name": "Wall Ice Clip X-Ray Climb Gate Clip", "requires": [ "canWallIceClip", {"or": [ @@ -446,9 +446,8 @@ "flashSuitChecked": true, "blueSuitChecked": true, "note": [ - "Freeze a Zeb inside of the pillar below the gate, the face of the zeb will be sticking out slightly if frozen in the correct position.", - "Run or walk into the wall to clip, press down to crouch and X-Ray climb to the top which will allow samus to pass through the gate", - "Finally, jump with Bombs or SpringBall to break the crumble block." + "Freeze a Zeb inside the pillar below the gate. The Zeb's face should stick out slightly if it's frozen in the correct position.", + "Run or walk into the pillar to clip into it. Press Down to crouch, then X-Ray climb to clip into the gate and walk through it." ], "detailNote": [ "Walking into the wall is possible but is more precise and may require several tries." From a99590c84a04c4f02a6f467eb0128267440603d1 Mon Sep 17 00:00:00 2001 From: nn <53490794+nn357@users.noreply.github.com> Date: Sat, 27 Jun 2026 15:19:43 +0900 Subject: [PATCH 3/3] Update Early Supers Room.json --- region/brinstar/green/Early Supers Room.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/region/brinstar/green/Early Supers Room.json b/region/brinstar/green/Early Supers Room.json index 2720cb3e34..667065157d 100644 --- a/region/brinstar/green/Early Supers Room.json +++ b/region/brinstar/green/Early Supers Room.json @@ -450,7 +450,7 @@ "Run or walk into the pillar to clip into it. Press Down to crouch, then X-Ray climb to clip into the gate and walk through it." ], "detailNote": [ - "Walking into the wall is possible but is more precise and may require several tries." + "Walking into the pillar is possible but is more precise and may require several tries." ], "devNote": ["This strat avoids the need to dash."] },