diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-08 23:20:52 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2021-05-08 23:20:52 +0100 |
commit | d966193d7b5ff1a287a91585d6cee6db446be957 (patch) | |
tree | 005aec21bc794b049d81bc274ad830c9d1dc53e6 | |
parent | b3364f9f8819a87f562ca612199aaa0d4da7fcee (diff) |
Change terminology as per feedback
-rw-r--r-- | data/maps/headers/Route22.asm | 2 | ||||
-rw-r--r-- | data/maps/headers/Route23.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/headers/Route22.asm b/data/maps/headers/Route22.asm index b507e853..a045838e 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 ; unused + connection north, Route23, ROUTE_23, 0 ; unnecessary connection east, ViridianCity, VIRIDIAN_CITY, -4 end_map_header diff --git a/data/maps/headers/Route23.asm b/data/maps/headers/Route23.asm index 12955c3b..66c2936f 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 ; unused + connection south, Route22, ROUTE_22, 0 ; unnecessary end_map_header |