Skip to content

Commit a882c8d

Browse files
committed
Early Supers right-side G-mode setup from right
1 parent afe2a4b commit a882c8d

1 file changed

Lines changed: 64 additions & 3 deletions

File tree

region/brinstar/green/Early Supers Room.json

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,6 @@
488488
"This assumes that Samus comes from the left with Speed, a mockball, or a crouch gate clip.",
489489
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come.",
490490
"Note that if Samus takes more than 35 seconds after entering the room, before shooting the ceiling, the Waver will not come down."
491-
],
492-
"devNote": [
493-
"FIXME: It is possible to come in from the right and get under the gate to break the crumbles."
494491
]
495492
},
496493
{
@@ -849,6 +846,70 @@
849846
],
850847
"flashSuitChecked": true
851848
},
849+
{
850+
"link": [2, 2],
851+
"name": "G-Mode Setup - Get Hit By Waver (Come in Jumping)",
852+
"entranceCondition": {
853+
"comeInJumping": {
854+
"speedBooster": false,
855+
"minTiles": 4
856+
}
857+
},
858+
"requires": [
859+
"canCrouchGateClip",
860+
"canComplexGMode"
861+
],
862+
"exitCondition": {
863+
"leaveWithGModeSetup": {}
864+
},
865+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
866+
"flashSuitChecked": true,
867+
"note": [
868+
"Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.",
869+
"This is the only way for the Wavers to reach the door.",
870+
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come."
871+
]
872+
},
873+
{
874+
"link": [2, 2],
875+
"name": "G-Mode Setup - Get Hit By Waver (Come in With Side Platform)",
876+
"entranceCondition": {
877+
"comeInWithSidePlatform": {
878+
"platforms": [
879+
{
880+
"minHeight": 1,
881+
"maxHeight": 2,
882+
"minTiles": 4,
883+
"speedBooster": false,
884+
"obstructions": [[1, 0]],
885+
"note": ["Skree Boost Room and Butterfly Room are minimal-runway examples that this applies to."]
886+
},
887+
{
888+
"minHeight": 3,
889+
"maxHeight": 3,
890+
"minTiles": 5,
891+
"speedBooster": false,
892+
"obstructions": [[1, 0]],
893+
"note": ["Bomb Torizo Room is a minimal-runway example that this applies to."]
894+
}
895+
]
896+
}
897+
},
898+
"requires": [
899+
"canCrouchGateClip",
900+
"canComplexGMode"
901+
],
902+
"exitCondition": {
903+
"leaveWithGModeSetup": {}
904+
},
905+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
906+
"flashSuitChecked": true,
907+
"note": [
908+
"Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.",
909+
"This is the only way for the Wavers to reach the door.",
910+
"After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come."
911+
]
912+
},
852913
{
853914
"id": 31,
854915
"link": [2, 4],

0 commit comments

Comments
 (0)