diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 12:40:26 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 12:40:26 -0400 |
| commit | d53e450c984d4e2d60b146594e7934703a8c9796 (patch) | |
| tree | 33c11dec73924a2c9e400921a0250a299280df23 /data/maps/headers | |
| parent | 1e58df98af9d45fa4d75922a274840e441685a37 (diff) | |
| parent | 7b2eb6b2524db4c441e8c050e5dc703601575b23 (diff) | |
Merge remote-tracking branch 'remotes/pokered/master'
Diffstat (limited to 'data/maps/headers')
| -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 e235efa1..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 + 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 e1535c9d..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 + connection south, Route22, ROUTE_22, 0 ; unnecessary end_map_header |
