From b31317889d2b75fc486eb801596e0fb31364387b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 30 Mar 2020 08:52:49 -0400 Subject: Partial doc of battle anim utility funcs --- src/ghost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ghost.c') diff --git a/src/ghost.c b/src/ghost.c index 793c9838c..35dcd267b 100644 --- a/src/ghost.c +++ b/src/ghost.c @@ -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; } -- cgit v1.2.3