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/Route128 | |
| parent | 61e0c62d2d2dbeba13aaeb49b89c9773b25f84b7 (diff) | |
convert data files to use constants/map.h
Diffstat (limited to 'data/maps/Route128')
| -rw-r--r-- | data/maps/Route128/connections.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route128/connections.inc b/data/maps/Route128/connections.inc index b187c7f64..e66b44582 100644 --- a/data/maps/Route128/connections.inc +++ b/data/maps/Route128/connections.inc @@ -1,8 +1,8 @@ Route128_MapConnectionsList:: @ 8308C18 - connection up, 0, Route127 - connection down, 0, Route129 - connection right, -40, EverGrandeCity - connection dive, 0, Underwater4 + connection up, 0, MAP_ROUTE127 + connection down, 0, MAP_ROUTE129 + connection right, -40, MAP_EVER_GRANDE_CITY + connection dive, 0, MAP_UNDERWATER4 Route128_MapConnections:: @ 8308C48 .4byte 0x4 |
