mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-12-30 14:09:35 +13:00
Change terminology as per feedback
This commit is contained in:
parent
b3364f9f88
commit
d966193d7b
|
|
@ -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 ; unused
|
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
|
||||||
|
|
|
||||||
|
|
@ -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 ; unused
|
connection south, Route22, ROUTE_22, 0 ; unnecessary
|
||||||
end_map_header
|
end_map_header
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue