Use dir constants

This commit is contained in:
GriffinR
2020-01-09 13:25:10 -05:00
parent c39d295386
commit a40c63fe48
28 changed files with 128 additions and 131 deletions
+1 -1
View File
@@ -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
+4 -4
View File
@@ -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