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/Route101.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/Route101.inc')
-rw-r--r-- | data/scripts/maps/Route101.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/maps/Route101.inc b/data/scripts/maps/Route101.inc index 2fe80e098..747b56197 100644 --- a/data/scripts/maps/Route101.inc +++ b/data/scripts/maps/Route101.inc @@ -236,7 +236,7 @@ Route101_EventScript_14EA7F:: @ 814EA7F setvar 0x4084, 2 setvar 0x4060, 3 clearflag 0x4000 - warp LittlerootTown_ProfessorBirchsLab, 255, 6, 5 + warp MAP_LITTLEROOT_TOWN_PROFESSOR_BIRCHS_LAB, 255, 6, 5 waitstate release end |