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/SSTidalCorridor.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/SSTidalCorridor.inc')
| -rw-r--r-- | data/scripts/maps/SSTidalCorridor.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/SSTidalCorridor.inc b/data/scripts/maps/SSTidalCorridor.inc index 2c55a9443..59ab89112 100644 --- a/data/scripts/maps/SSTidalCorridor.inc +++ b/data/scripts/maps/SSTidalCorridor.inc @@ -126,7 +126,7 @@ SSTidalCorridor_EventScript_15FDF8:: @ 815FDF8 msgbox SSTidalCorridor_Text_1991F4, 4 checkflag 260 call_if 1, SSTidalCorridor_EventScript_15FE36 - warp LilycoveCity_Harbor, 255, 8, 11 + warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11 waitstate release end @@ -136,7 +136,7 @@ SSTidalCorridor_EventScript_15FE17:: @ 815FE17 msgbox SSTidalCorridor_Text_1991F4, 4 checkflag 260 call_if 1, SSTidalCorridor_EventScript_15FE36 - warp SlateportCity_Harbor, 255, 8, 11 + warp MAP_SLATEPORT_CITY_HARBOR, 255, 8, 11 waitstate release end |
