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/safari_zone.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/safari_zone.inc')
-rw-r--r-- | data/scripts/safari_zone.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/safari_zone.inc b/data/scripts/safari_zone.inc index d0283f072..385f93d22 100644 --- a/data/scripts/safari_zone.inc +++ b/data/scripts/safari_zone.inc @@ -1,13 +1,13 @@ gUnknown_081C340A:: @ 81C340A setvar 0x40a4, 1 special ExitSafariMode - setwarp Route121_SafariZoneEntrance, 255, 2, 5 + setwarp MAP_ROUTE121_SAFARI_ZONE_ENTRANCE, 255, 2, 5 end EventScript_1C341B: @ 81C341B setvar 0x40a4, 1 special ExitSafariMode - warp Route121_SafariZoneEntrance, 255, 2, 5 + warp MAP_ROUTE121_SAFARI_ZONE_ENTRANCE, 255, 2, 5 waitstate end |