diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-07 00:14:10 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-07 16:36:02 -0500 |
commit | 7ba11b7a1b4e8639cdd65ab147a24b430f6424c5 (patch) | |
tree | f68707318a398be8a1506dabc67f1f762cf23081 /data/scripts/secret_power_tm.inc | |
parent | 4494b5d4cb931cfde1371957e3c18a5240391755 (diff) |
Use VAR_FACING constants
Diffstat (limited to 'data/scripts/secret_power_tm.inc')
-rw-r--r-- | data/scripts/secret_power_tm.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/secret_power_tm.inc b/data/scripts/secret_power_tm.inc index 647064829..51a327142 100644 --- a/data/scripts/secret_power_tm.inc +++ b/data/scripts/secret_power_tm.inc @@ -51,11 +51,11 @@ Route111_EventScript_27661E:: @ 827661E closemessage setflag FLAG_RECEIVED_SECRET_POWER clearflag FLAG_HIDE_SLATEPORT_CITY_TM_SALESMAN - compare VAR_FACING, 3 + compare VAR_FACING, DIR_WEST call_if_eq Route111_EventScript_27666A - compare VAR_FACING, 4 + compare VAR_FACING, DIR_EAST call_if_eq Route111_EventScript_27666A - compare VAR_FACING, 2 + compare VAR_FACING, DIR_NORTH call_if_eq Route111_EventScript_276675 removeobject VAR_LAST_TALKED release |