diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 13:25:10 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-09 13:25:10 -0500 |
| commit | a40c63fe4896ccd76f6f63bdbd940de8cc946fae (patch) | |
| tree | 7f9b277735eea8cc9cfc7e27bbf82756bfd265b3 /data/maps/PalletTown/scripts.inc | |
| parent | c39d295386654b34982d384a332b8cb7b2e55e24 (diff) | |
Use dir constants
Diffstat (limited to 'data/maps/PalletTown/scripts.inc')
| -rw-r--r-- | data/maps/PalletTown/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/PalletTown/scripts.inc b/data/maps/PalletTown/scripts.inc index 50681f724..4feb30355 100644 --- a/data/maps/PalletTown/scripts.inc +++ b/data/maps/PalletTown/scripts.inc @@ -392,9 +392,9 @@ PalletTown_EventScript_16575C:: @ 816575C waitmovement 0 msgbox gUnknown_81B1C9F closemessage - compare VAR_FACING, 4 + compare VAR_FACING, DIR_EAST call_if eq, EventScript_1657D7 - compare VAR_FACING, 4 + compare VAR_FACING, DIR_EAST call_if ne, EventScript_1657E2 moveobjectoffscreen 1 setflag FLAG_TEMP_2 |
