Update battle_script_commands.c

This commit is contained in:
LOuroboros 2021-12-24 01:59:40 -03:00 committed by GitHub
parent f663e310b1
commit 03205c995d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4009,7 +4009,7 @@ static void Cmd_playanimation(void)
}
}
// Same as playanimation, expect it takes a pointer to some animation id, instead of taking the value directly
// Same as playanimation, except it takes a pointer to some animation id, instead of taking the value directly
static void Cmd_playanimation_var(void)
{
const u16* argumentPtr;