Use VAR_FACING constants

This commit is contained in:
GriffinR
2019-10-07 00:14:10 -04:00
committed by huderlem
parent 4494b5d4cb
commit 7ba11b7a1b
38 changed files with 142 additions and 142 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ Route109_EventScript_1EE760:: @ 81EE760
waitmovement 0
removeobject 2
switch VAR_FACING
case 1, Route109_EventScript_1EE7A5
case 3, Route109_EventScript_1EE7C5
case 4, Route109_EventScript_1EE7B5
case DIR_SOUTH, Route109_EventScript_1EE7A5
case DIR_WEST, Route109_EventScript_1EE7C5
case DIR_EAST, Route109_EventScript_1EE7B5
end
Route109_EventScript_1EE7A5:: @ 81EE7A5