Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions region/norfair/east/Bubble Mountain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3941,12 +3941,13 @@
"requires": [
{"tech": "canBombHorizontally"},
"h_artificialMorphPowerBomb",
"h_additionalBomb"
"h_additionalBomb",
"canTrickyDodgeEnemies"
],
"flashSuitChecked": true,
"note": [
"Use one Power Bomb to jump towards the Cacatac then a second to jump over it and down below.",
"Do not land where the Cacatac was, or Samus will get hit by its invisible spikes."
"Wait for the Waver to pass or quickly use a Power Bomb to boost over the gap towards the Cacatac.",
"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."
]
},
{
Expand Down Expand Up @@ -4397,7 +4398,7 @@
{"or": [
"h_artificialMorphPowerBomb",
{"and": [
"canTrickyJump",
"canTrickyDodgeEnemies",
{"or": [
"canBePatient",
"canDoubleBombJump"
Expand Down Expand Up @@ -4438,7 +4439,7 @@
{"or": [
"h_artificialMorphPowerBomb",
{"and": [
"canTrickyJump",
"canTrickyDodgeEnemies",
"canBePatient",
{"or": [
"canBeVeryPatient",
Expand Down
2 changes: 1 addition & 1 deletion region/norfair/east/Cathedral Entrance.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
],
"flashSuitChecked": true,
"note": [
"Carefully roll under the Sm. Desgeegas or kill them with a Power Bomb (while avoiding killing the Sova).",
"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).",
"It is possible to kill a Sova on the door and pause abuse to grab its Energy drop on G-mode exit.",
"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.",
"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."
Expand Down
2 changes: 1 addition & 1 deletion region/norfair/east/Frog Speedway.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"h_artificialMorphBombs",
{"or": [
"h_artificialMorphPowerBomb",
"canTrickyJump",
"canTrickyDodgeEnemies",
{"enemyDamage": {"enemy": "Beetom", "type": "contact", "hits": 2}},
{"and": [
"Morph",
Expand Down
2 changes: 1 addition & 1 deletion region/norfair/east/Green Bubbles Tunnel.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
{"heatFrames": 130},
{"enemyKill": {
"enemies": [["Geruta"]],
"explicitWeapons": ["Super", "Missile", "Plasma", "Wave"]
"explicitWeapons": ["Super", "Missile", "Plasma", "Wave", "PowerBomb"]
}}
]}
]}
Expand Down
10 changes: 10 additions & 0 deletions region/norfair/east/Lower Norfair Elevator.json
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,11 @@
"requires": [
{"heatFrames": 0}
],
"exitCondition": {
"leaveWithGMode": {
"morphed": false
}
},
"flashSuitChecked": true
},
{
Expand Down Expand Up @@ -753,6 +758,11 @@
"requires": [
{"heatFrames": 0}
],
"exitCondition": {
"leaveWithGMode": {
"morphed": false
}
},
"flashSuitChecked": true
},
{
Expand Down