summaryrefslogtreecommitdiff
path: root/src/scrcmd.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-03 10:08:43 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-03 10:08:43 -0500
commit2b5b95693613c92a89917ae2fbeffa44554ae1f0 (patch)
treea7172e2cdaf509100df3a6fe106b0b58e62388ba /src/scrcmd.c
parentc901040ac260b94a6f55a1dc69707b6669828d0a (diff)
parent98a79fd72fe681c9d9d227bdc52e63db301a56d9 (diff)
Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbcc
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r--src/scrcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c
index c2c422a0a..1ff3eb954 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);
+ TurnObjectEvent(v1, direction);
return FALSE;
}