diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-11-27 22:48:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-27 22:48:14 -0600 |
| commit | 940ab939959945f9990b50893434648c9547e880 (patch) | |
| tree | f5a51bcaa68227d18eb658b337c764e10f0bf224 /data/scripts/maps/Route134.inc | |
| parent | 61e0c62d2d2dbeba13aaeb49b89c9773b25f84b7 (diff) | |
| parent | cbf615ca73cb70e1b5e8649a245685394526212b (diff) | |
Merge pull request #481 from camthesaxman/map_constants
convert data files to use constants/map.h
Diffstat (limited to 'data/scripts/maps/Route134.inc')
| -rw-r--r-- | data/scripts/maps/Route134.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/maps/Route134.inc b/data/scripts/maps/Route134.inc index 6b4d330d1..06b53ce31 100644 --- a/data/scripts/maps/Route134.inc +++ b/data/scripts/maps/Route134.inc @@ -3,7 +3,7 @@ Route134_MapScripts:: @ 81525B5 .byte 0 Route134_MapScript1_1525BB:: @ 81525BB - setdivewarp Underwater_Route134, 255, 8, 6 + setdivewarp MAP_UNDERWATER_ROUTE134, 255, 8, 6 end Route134_EventScript_1525C4:: @ 81525C4 |
