diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 10:08:43 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-03 10:08:43 -0500 |
commit | 2b5b95693613c92a89917ae2fbeffa44554ae1f0 (patch) | |
tree | a7172e2cdaf509100df3a6fe106b0b58e62388ba /src/scrcmd.c | |
parent | c901040ac260b94a6f55a1dc69707b6669828d0a (diff) | |
parent | 98a79fd72fe681c9d9d227bdc52e63db301a56d9 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into add_arm_agbcc
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..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; } |