diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-24 10:11:43 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-24 10:14:54 -0600 |
commit | 1c8b05e7b059a98d4259f4129896d0cc1eaa3847 (patch) | |
tree | ba882643b40c20d5a15b2d330f091b1ef0e0c751 /data/scripts/maps/SouthernIsland_Interior.inc | |
parent | 51247c3eb9dc1f8ecf4298ada62ed7c2f768b50e (diff) |
Name and use constants for special vars
Diffstat (limited to 'data/scripts/maps/SouthernIsland_Interior.inc')
-rw-r--r-- | data/scripts/maps/SouthernIsland_Interior.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/maps/SouthernIsland_Interior.inc b/data/scripts/maps/SouthernIsland_Interior.inc index 6386c3b82..63fd57a20 100644 --- a/data/scripts/maps/SouthernIsland_Interior.inc +++ b/data/scripts/maps/SouthernIsland_Interior.inc @@ -39,7 +39,7 @@ SouthernIsland_Interior_EventScript_160B95:: @ 8160B95 SouthernIsland_Interior_EventScript_160B9B:: @ 8160B9B lockall - setvar 0x8008, 12 + setvar SPECIALVAR_8, 12 goto SouthernIsland_Interior_EventScript_160BA7 end |