diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:42:01 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
commit | 5e00c0bfcf54271b392dd1b83a901c7d623ce704 (patch) | |
tree | a1a8cd5e2d76d8b5d93ed6d843d6d28269ed0a3e /data/maps/headers.inc | |
parent | ed8b006e67cdf5427177108b32c009a217b12b37 (diff) |
Fix map constants
Diffstat (limited to 'data/maps/headers.inc')
-rw-r--r-- | data/maps/headers.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/headers.inc b/data/maps/headers.inc index 58d2cc66c..b4be3ab0c 100644 --- a/data/maps/headers.inc +++ b/data/maps/headers.inc @@ -508,8 +508,8 @@ .include "data/maps/Route110_TrickHousePuzzle6/header.inc" .include "data/maps/Route110_TrickHousePuzzle7/header.inc" .include "data/maps/Route110_TrickHousePuzzle8/header.inc" - .include "data/maps/Route110_SeasideCyclingRoadEntrance1/header.inc" - .include "data/maps/Route110_SeasideCyclingRoadEntrance2/header.inc" + .include "data/maps/Route110_SeasideCyclingRoadNorthEntrance/header.inc" + .include "data/maps/Route110_SeasideCyclingRoadSouthEntrance/header.inc" .include "data/maps/Route113_GlassWorkshop/header.inc" .include "data/maps/Route123_BerryMastersHouse/header.inc" .include "data/maps/Route119_WeatherInstitute_1F/header.inc" |