diff options
| author | camthesaxman <cameronghall@cox.net> | 2017-11-27 22:12:09 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2017-11-27 22:12:09 -0600 |
| commit | 2fea5bf7d82e85f4b33857e6eb5b4ddc6e7542d2 (patch) | |
| tree | 37d8e53e88c1f6a052ca1a355faf36ba3acad9dc /data/maps/Route124 | |
| parent | 61e0c62d2d2dbeba13aaeb49b89c9773b25f84b7 (diff) | |
convert data files to use constants/map.h
Diffstat (limited to 'data/maps/Route124')
| -rw-r--r-- | data/maps/Route124/connections.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/Route124/connections.inc b/data/maps/Route124/connections.inc index 5384926b0..e8ed0c8df 100644 --- a/data/maps/Route124/connections.inc +++ b/data/maps/Route124/connections.inc @@ -1,9 +1,9 @@ Route124_MapConnectionsList:: @ 8308B50 - connection down, 0, Route126 - connection left, 10, LilycoveCity - connection right, 0, Route125 - connection right, 40, MossdeepCity - connection dive, 0, Underwater1 + connection down, 0, MAP_ROUTE126 + connection left, 10, MAP_LILYCOVE_CITY + connection right, 0, MAP_ROUTE125 + connection right, 40, MAP_MOSSDEEP_CITY + connection dive, 0, MAP_UNDERWATER1 Route124_MapConnections:: @ 8308B8C .4byte 0x5 |
