Document event_object_80688E4

This commit is contained in:
PikalaxALT
2020-02-02 11:10:07 -05:00
parent 708fa70823
commit ba7403c74e
8 changed files with 231 additions and 181 deletions
+1 -1
View File
@@ -1193,7 +1193,7 @@ bool8 ScrCmd_turnvobject(struct ScriptContext *ctx)
u8 v1 = ScriptReadByte(ctx);
u8 direction = ScriptReadByte(ctx);
TurnEventObject(v1, direction);
TurnObjectEvent(v1, direction);
return FALSE;
}