Identify the connections between Routes 22 and 23 as unused

This commit is contained in:
SatoMew 2021-05-08 13:24:33 +01:00
parent c8626595b4
commit b3364f9f88
2 changed files with 2 additions and 2 deletions

View file

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

View file

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