diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-07 17:37:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-07 17:37:04 -0400 |
commit | d8f5e73bb7738da97647bc06a87b6b70f4c0966f (patch) | |
tree | 1efdd0f6e8bab9e14eade4096ee114eb78094de0 /data/event_scripts.s | |
parent | c4deb4db96ac8463c2ef1dd92ca5c7d6d13c4dae (diff) | |
parent | 7ba11b7a1b4e8639cdd65ab147a24b430f6424c5 (diff) |
Merge branch 'master' into doc-inc
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s index 2ffce2386..1d12dc6a4 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -1318,9 +1318,9 @@ BirthIsland_Harbor_EventScript_272250:: @ 8272250 FarawayIsland_Entrance_EventScript_272250:: @ 8272250 NavelRock_Harbor_EventScript_272250:: @ 8272250 SouthernIsland_Exterior_EventScript_272250:: @ 8272250 - compare VAR_FACING, 1 + compare VAR_FACING, DIR_SOUTH call_if_eq BattleFrontier_OutsideWest_EventScript_242A21 - compare VAR_FACING, 3 + compare VAR_FACING, DIR_WEST call_if_eq BattleFrontier_OutsideWest_EventScript_242A2C delay 30 hideobjectat 255, MAP_PETALBURG_CITY |