aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/headers
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2021-05-08 13:24:33 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2021-05-08 13:24:33 +0100
commitb3364f9f8819a87f562ca612199aaa0d4da7fcee (patch)
tree735d9bf7f637e2d8b1ee6f4835fd637ffb24dc15 /data/maps/headers
parentUse BANK("Pics #") for Pokémon and trainer pics (diff)
downloadpokeyellow-b3364f9f8819a87f562ca612199aaa0d4da7fcee.tar.gz
pokeyellow-b3364f9f8819a87f562ca612199aaa0d4da7fcee.tar.xz
pokeyellow-b3364f9f8819a87f562ca612199aaa0d4da7fcee.zip
Identify the connections between Routes 22 and 23 as unused
Diffstat (limited to 'data/maps/headers')
-rw-r--r--data/maps/headers/Route22.asm2
-rw-r--r--data/maps/headers/Route23.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/headers/Route22.asm b/data/maps/headers/Route22.asm
index e235efa1..b507e853 100644
--- a/data/maps/headers/Route22.asm
+++ b/data/maps/headers/Route22.asm
@@ -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
diff --git a/data/maps/headers/Route23.asm b/data/maps/headers/Route23.asm
index e1535c9d..12955c3b 100644
--- a/data/maps/headers/Route23.asm
+++ b/data/maps/headers/Route23.asm
@@ -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