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/Route25_SeaCottage | |
| parent | c39d295386654b34982d384a332b8cb7b2e55e24 (diff) | |
Use dir constants
Diffstat (limited to 'data/maps/Route25_SeaCottage')
| -rw-r--r-- | data/maps/Route25_SeaCottage/scripts.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/Route25_SeaCottage/scripts.inc b/data/maps/Route25_SeaCottage/scripts.inc index 6bcfb08cc..3b41eac68 100644 --- a/data/maps/Route25_SeaCottage/scripts.inc +++ b/data/maps/Route25_SeaCottage/scripts.inc @@ -50,13 +50,13 @@ EventScript_17059C:: @ 817059C msgbox gUnknown_819FFD3 closemessage delay 10 - compare VAR_FACING, 1 + compare VAR_FACING, DIR_SOUTH call_if eq, EventScript_17062A - compare VAR_FACING, 2 + compare VAR_FACING, DIR_NORTH call_if eq, EventScript_170635 - compare VAR_FACING, 3 + compare VAR_FACING, DIR_WEST call_if eq, EventScript_170635 - compare VAR_FACING, 4 + compare VAR_FACING, DIR_EAST call_if eq, EventScript_170635 opendoor 10, 3 waitdooranim |
