Merge pull request #1581 from LOuroboros/patch-2
Fixed typo in src/battle_script_commands.c
This commit is contained in:
commit
94c2b7f1c6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue