diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-01 21:39:02 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-02-01 21:39:02 -0500 |
commit | 708fa70823f81cb9b2dffd93bf5f00842ddb4d72 (patch) | |
tree | 70c0627dd0a048fa55929877dd50e990f99537f9 /src/scrcmd.c | |
parent | fc3d571ab9ab060840b50410b0fe279fb5908a0e (diff) |
event_object_80688E4
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index c2c422a0a..9fe9d6976 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -1193,7 +1193,7 @@ bool8 ScrCmd_turnvobject(struct ScriptContext *ctx) u8 v1 = ScriptReadByte(ctx); u8 direction = ScriptReadByte(ctx); - sub_8069058(v1, direction); + TurnEventObject(v1, direction); return FALSE; } |