ref: b3364f9f8819a87f562ca612199aaa0d4da7fcee
parent: c8626595b447358e568a8d23738b832f50351f77
author: SatoMew <SatoMew@users.noreply.github.com>
date: Sat May 8 09:24:33 EDT 2021
Identify the connections between Routes 22 and 23 as unused
--- 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
--- 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