diff options
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/cable_club.inc | 2 | ||||
-rw-r--r-- | data/scripts/move_tutors.inc | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index 53869703e..e702b9a13 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -38,7 +38,7 @@ CableClub_OnWarp:: @ 81BB1ED EventScript_CheckTurnAttendant:: @ 81BB227 compare VAR_0x8007, 0 goto_if eq, EventScript_CheckTurnAttendantEnd - turnobject VAR_0x8007, 3 + turnobject VAR_0x8007, DIR_WEST EventScript_CheckTurnAttendantEnd: end diff --git a/data/scripts/move_tutors.inc b/data/scripts/move_tutors.inc index d25a694be..211c2a935 100644 --- a/data/scripts/move_tutors.inc +++ b/data/scripts/move_tutors.inc @@ -478,13 +478,13 @@ TwoIsland_CapeBrink_House_EventScript_1C4DEC:: @ 81C4DEC compare VAR_RESULT, 0 goto_if eq, EventScript_1C4F26 copyvar VAR_0x8009, VAR_0x8005 - compare VAR_FACING, 2 + compare VAR_FACING, DIR_NORTH call_if eq, EventScript_1C4EF0 - compare VAR_FACING, 1 + compare VAR_FACING, DIR_SOUTH call_if eq, EventScript_1C4EFB - compare VAR_FACING, 4 + compare VAR_FACING, DIR_EAST call_if eq, EventScript_1C4F06 - compare VAR_FACING, 3 + compare VAR_FACING, DIR_WEST call_if eq, EventScript_1C4F11 msgbox Text_1A4751, MSGBOX_YESNO compare VAR_RESULT, NO |