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
@@ -3090,7 +3090,7 @@ static void FakeOutStep2(u8 taskId)
{
gTasks[taskId].data[11] = 0x88;
SetGpuReg(REG_OFFSET_BLDCNT, BLDCNT_TGT1_BG3 | BLDCNT_EFFECT_LIGHTEN);
BlendPalettes(sub_8075BE8(1, 0, 0, 0, 0, 0, 0), 16, RGB_WHITE);
BlendPalettes(SelectBattleAnimSpriteAndBgPalettes(1, 0, 0, 0, 0, 0, 0), 16, RGB_WHITE);
}
else if (gTasks[taskId].data[10] > 4)
{