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/Route126 | |
| parent | 61e0c62d2d2dbeba13aaeb49b89c9773b25f84b7 (diff) | |
convert data files to use constants/map.h
Diffstat (limited to 'data/maps/Route126')
| -rw-r--r-- | data/maps/Route126/connections.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route126/connections.inc b/data/maps/Route126/connections.inc index 9ff9688af..2bcf57ced 100644 --- a/data/maps/Route126/connections.inc +++ b/data/maps/Route126/connections.inc @@ -1,7 +1,7 @@ Route126_MapConnectionsList:: @ 8308BB4 - connection up, 0, Route124 - connection right, 0, Route127 - connection dive, 0, Underwater2 + connection up, 0, MAP_ROUTE124 + connection right, 0, MAP_ROUTE127 + connection dive, 0, MAP_UNDERWATER2 Route126_MapConnections:: @ 8308BD8 .4byte 0x3 |
