Skip to content

Commit

Permalink
Add missing canEnterGMode
Browse files Browse the repository at this point in the history
  • Loading branch information
kjbranch committed Jan 26, 2025
1 parent f58ad4b commit e4fcb19
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion region/maridia/outer/Main Street.json
Original file line number Diff line number Diff line change
Expand Up @@ -3944,6 +3944,7 @@
"link": [12, 10],
"name": "Direct G-Mode PB Overload Speed Blocks (Get Into Position)",
"requires": [
"canEnterGMode",
{"notable": "G-Mode Overload Speed Blocks then use Global Crab"},
{"obstaclesCleared": ["B"]},
"h_canNavigateUnderwater",
Expand Down Expand Up @@ -3995,6 +3996,7 @@
"link": [12, 11],
"name": "G-Mode Overload Speed Blocks (Bombs)",
"requires": [
"canEnterGMode",
{"notable": "G-Mode Overload Speed Blocks then use Global Crab"},
"h_canUseMorphBombs",
"h_canNavigateUnderwater",
Expand Down Expand Up @@ -4055,13 +4057,16 @@
{
"link": [13, 3],
"name": "Exit G-Mode",
"requires": [],
"requires": [
"canEnterGMode"
],
"flashSuitChecked": true
},
{
"link": [13, 4],
"name": "G-Mode Morph Full Climb",
"requires": [
"canEnterGMode",
"h_canNavigateUnderwater",
{"or": [
{"and": [
Expand All @@ -4085,6 +4090,7 @@
"link": [13, 10],
"name": "Direct G-Mode Morph PB Overload Speed Blocks (Get Into Position)",
"requires": [
"canEnterGMode",
{"notable": "G-Mode Overload Speed Blocks then use Global Crab"},
"h_canNavigateUnderwater",
{"obstaclesCleared": ["B"]},
Expand Down Expand Up @@ -4125,6 +4131,7 @@
"link": [13, 11],
"name": "G-Mode Morph IBJ Overload Speed Blocks",
"requires": [
"canEnterGMode",
{"notable": "G-Mode Overload Speed Blocks then use Global Crab"},
"h_canNavigateUnderwater",
{"or": [
Expand Down

0 comments on commit e4fcb19

Please sign in to comment.