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
+2 -2
View File
@@ -1325,13 +1325,13 @@ u32 SelectBattlerSpritePalettes(bool8 playerLeft, bool8 playerRight, bool8 foeLe
return var;
}
u8 sub_8075D80(u8 a1)
u8 GetSpritePalIdxByBattler(u8 a1)
{
return a1;
}
// not used
static u8 GetBattlerAtPosition_(u8 position)
static u8 GetSpritePalIdxByPosition(u8 position)
{
return GetBattlerAtPosition(position);
}