Skip to content

Commit dc70343

Browse files
committed
Upper Norfair East G-mode: part 1
1 parent ca7260e commit dc70343

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

region/norfair/east/Bubble Mountain.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3941,12 +3941,13 @@
39413941
"requires": [
39423942
{"tech": "canBombHorizontally"},
39433943
"h_artificialMorphPowerBomb",
3944-
"h_additionalBomb"
3944+
"h_additionalBomb",
3945+
"canTrickyDodgeEnemies"
39453946
],
39463947
"flashSuitChecked": true,
39473948
"note": [
3948-
"Use one Power Bomb to jump towards the Cacatac then a second to jump over it and down below.",
3949-
"Do not land where the Cacatac was, or Samus will get hit by its invisible spikes."
3949+
"Wait for the Waver to pass or quickly use a Power Bomb to boost over the gap towards the Cacatac.",
3950+
"Use a second Power Bomb to jump over it and down below; hold left as soon as Samus starts moving upward, in order to avoid the invisible Cacatac spikes."
39503951
]
39513952
},
39523953
{
@@ -4397,7 +4398,7 @@
43974398
{"or": [
43984399
"h_artificialMorphPowerBomb",
43994400
{"and": [
4400-
"canTrickyJump",
4401+
"canTrickyDodgeEnemies",
44014402
{"or": [
44024403
"canBePatient",
44034404
"canDoubleBombJump"
@@ -4438,7 +4439,7 @@
44384439
{"or": [
44394440
"h_artificialMorphPowerBomb",
44404441
{"and": [
4441-
"canTrickyJump",
4442+
"canTrickyDodgeEnemies",
44424443
"canBePatient",
44434444
{"or": [
44444445
"canBeVeryPatient",

region/norfair/east/Cathedral Entrance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
],
484484
"flashSuitChecked": true,
485485
"note": [
486-
"Carefully roll under the Sm. Desgeegas or kill them with a Power Bomb (while avoiding killing the Sova).",
486+
"Wait for the Sova to pass then carefully roll under the Sm. Desgeegas or kill them with a Power Bomb (while avoiding killing the Sova).",
487487
"It is possible to kill a Sova on the door and pause abuse to grab its Energy drop on G-mode exit.",
488488
"The local or global Sova can be used. To use the local one, keep it off camera when possible and horizontally boost to jump over both stairs at once.",
489489
"With Spring Ball or a moderately good IBJ, Samus should be able to get through the morph tunnel before the global Sova, otherwise it takes just over a minute for it to return."

region/norfair/east/Frog Speedway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"h_artificialMorphBombs",
304304
{"or": [
305305
"h_artificialMorphPowerBomb",
306-
"canTrickyJump",
306+
"canTrickyDodgeEnemies",
307307
{"enemyDamage": {"enemy": "Beetom", "type": "contact", "hits": 2}},
308308
{"and": [
309309
"Morph",

region/norfair/east/Green Bubbles Tunnel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
{"heatFrames": 130},
266266
{"enemyKill": {
267267
"enemies": [["Geruta"]],
268-
"explicitWeapons": ["Super", "Missile", "Plasma", "Wave"]
268+
"explicitWeapons": ["Super", "Missile", "Plasma", "Wave", "PowerBomb"]
269269
}}
270270
]}
271271
]}

region/norfair/east/Lower Norfair Elevator.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,11 @@
415415
"requires": [
416416
{"heatFrames": 0}
417417
],
418+
"exitCondition": {
419+
"leaveWithGMode": {
420+
"morphed": false
421+
}
422+
},
418423
"flashSuitChecked": true
419424
},
420425
{
@@ -753,6 +758,11 @@
753758
"requires": [
754759
{"heatFrames": 0}
755760
],
761+
"exitCondition": {
762+
"leaveWithGMode": {
763+
"morphed": false
764+
}
765+
},
756766
"flashSuitChecked": true
757767
},
758768
{

0 commit comments

Comments
 (0)