Some more docs in battle anims

This commit is contained in:
PikalaxALT
2020-03-30 20:48:09 -04:00
parent 24ae03ff30
commit 4134baf3eb
6 changed files with 837 additions and 795 deletions
+5
View File
@@ -1970,6 +1970,11 @@ static void ScriptCmd_unloadspritegfx(void)
ClearSpriteIndex(GET_TRUE_SPRITE_INDEX(index));
}
// Create sprite from template and init data array with varargs
// args: template, flags, va_args
// flags:
// - bits 0-6: subpriority mod (signed)
// - bit 7: target if set else attacker
static void ScriptCmd_createsprite(void)
{
s32 i;