Merge pull request #322 from SatoMew/master

Identify the connections between Routes 22 and 23 as unused
This commit is contained in:
Daniel Harding 2021-05-31 11:20:24 -05:00 committed by GitHub
commit ea5c9f9e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
map_header Route22, ROUTE_22, OVERWORLD, NORTH | EAST map_header Route22, ROUTE_22, OVERWORLD, NORTH | EAST
connection north, Route23, ROUTE_23, 0 connection north, Route23, ROUTE_23, 0 ; unnecessary
connection east, ViridianCity, VIRIDIAN_CITY, -4 connection east, ViridianCity, VIRIDIAN_CITY, -4
end_map_header end_map_header

View file

@ -1,5 +1,5 @@
map_header Route23, ROUTE_23, PLATEAU, NORTH | SOUTH map_header Route23, ROUTE_23, PLATEAU, NORTH | SOUTH
connection north, IndigoPlateau, INDIGO_PLATEAU, 0 connection north, IndigoPlateau, INDIGO_PLATEAU, 0
connection south, Route22, ROUTE_22, 0 connection south, Route22, ROUTE_22, 0 ; unnecessary
end_map_header end_map_header