Skip to content

Commit

Permalink
Update locations.json
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored May 29, 2024
1 parent 19ef8d7 commit 8f3a7af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@
},
{
"name": "Route 9",
"access_rules": ["$cerulean,$cut","$lavender,$rock_tunnel"],
"access_rules": ["$cerulean,$cut","$lavender,^$rock_tunnel"],
"sections": [
{
"name": "Item",
Expand Down Expand Up @@ -1957,7 +1957,7 @@
},
{
"name": "Power Plant",
"access_rules": ["$cerulean,$cut,$surf,$plantkey","$lavender,$rock_tunnel,$cansurf"],
"access_rules": ["$cerulean,$cut,$surf,$plantkey","$lavender,^$rock_tunnel,$cansurf"],
"sections": [
{
"name": "Southwest Item",
Expand Down Expand Up @@ -2496,7 +2496,7 @@
},
{
"name": "Rock Tunnel",
"access_rules": ["$lavender,$rock_tunnel","$cerulean,$cut,$rock_tunnel"],
"access_rules": ["$lavender,^$rock_tunnel","$cerulean,$cut,^$rock_tunnel"],
"sections": [
{
"name": "B1F Southwest Item",
Expand Down Expand Up @@ -2617,7 +2617,7 @@
},
{
"name": "Route 10 North",
"access_rules": ["$lavender,$rock_tunnel","$cerulean,$cut"],
"access_rules": ["$lavender,^$rock_tunnel","$cerulean,$cut"],
"sections": [
{
"name": "Jr. Trainer F",
Expand All @@ -2636,7 +2636,7 @@
},
{
"name": "Route 10 South",
"access_rules": ["$lavender","$cerulean,$cut,$rock_tunnel"],
"access_rules": ["$lavender","$cerulean,$cut,^$rock_tunnel"],
"sections": [
{
"name": "HI: Bush",
Expand Down

0 comments on commit 8f3a7af

Please sign in to comment.