event_object_80688E4

This commit is contained in:
PikalaxALT
2020-02-01 21:39:02 -05:00
parent fc3d571ab9
commit 708fa70823
13 changed files with 632 additions and 1628 deletions
+1 -1
View File
@@ -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;
}