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/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc | |
| parent | 4494b5d4cb931cfde1371957e3c18a5240391755 (diff) | |
Use VAR_FACING constants
Diffstat (limited to 'data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc')
| -rw-r--r-- | data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc b/data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc index 29e14473d..64cca60dd 100644 --- a/data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc +++ b/data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc @@ -190,9 +190,9 @@ BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243F36:: @ 8243F36 waitmessage waitbuttonpress closemessage - compare VAR_FACING, 1 + compare VAR_FACING, DIR_SOUTH call_if_ne BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FD4 - compare VAR_FACING, 1 + compare VAR_FACING, DIR_SOUTH call_if_eq BattleFrontier_BattleTowerMultiBattleRoom_EventScript_243FDF removeobject VAR_LAST_TALKED setflag FLAG_CHOSEN_MULTI_BATTLE_NPC_PARTNER |
