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
+5 -5
View File
@@ -13,7 +13,7 @@ PewterCity_EventScript_165B9D:: @ 8165B9D
msgbox gUnknown_817E67E
closemessage
playbgm MUS_ANNAI, 0
compare VAR_FACING, 4
compare VAR_FACING, DIR_EAST
call_if eq, EventScript_165BD3
msgbox gUnknown_817E6C7
closemessage
@@ -1038,13 +1038,13 @@ PewterCity_EventScript_16607E:: @ 816607E
closemessage
delay 10
playbgm MUS_ANNAI, 0
compare VAR_FACING, 2
compare VAR_FACING, DIR_NORTH
call_if eq, EventScript_1660EE
compare VAR_FACING, 1
compare VAR_FACING, DIR_SOUTH
call_if eq, EventScript_166100
compare VAR_FACING, 3
compare VAR_FACING, DIR_WEST
call_if eq, EventScript_166112
compare VAR_FACING, 4
compare VAR_FACING, DIR_EAST
call_if eq, EventScript_166124
msgbox gUnknown_817E5AC
closemessage