Partial doc of battle anim utility funcs

This commit is contained in:
PikalaxALT
2020-03-30 08:52:49 -04:00
parent 1bed74a6a1
commit b31317889d
9 changed files with 172 additions and 153 deletions
+1 -1
View File
@@ -984,7 +984,7 @@ static void sub_80B6468(u8 taskId)
right = 240;
top = 0;
bottom = 112;
selectedPalettes = sub_8075BE8(1, 0, 0, 0, 0, 0, 0);
selectedPalettes = SelectBattleAnimSpriteAndBgPalettes(1, 0, 0, 0, 0, 0, 0);
BeginNormalPaletteFade(selectedPalettes, 0, 16, 16, RGB(0, 0, 0));
gTasks[taskId].func = sub_80B65F0;
}