shithub: pokered

Download patch

ref: ea5c9f9e05a02eaa51817ed0890ac19b99064583
parent: 8701ef4d61a6a55ee71aa1a964d4f7d10eded87e
parent: d966193d7b5ff1a287a91585d6cee6db446be957
author: Daniel Harding <33dannye@gmail.com>
date: Mon May 31 07:20:24 EDT 2021

Merge pull request #322 from SatoMew/master

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 ; unnecessary
 	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 ; unnecessary
 	end_map_header