summaryrefslogtreecommitdiff
path: root/src/ghost.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-30 08:52:49 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-30 08:52:49 -0400
commitb31317889d2b75fc486eb801596e0fb31364387b (patch)
tree6f662d93c4be31fbdd7a49c59085b6925d950e03 /src/ghost.c
parent1bed74a6a1c7bc48d957167ef08a8c50fda42460 (diff)
Partial doc of battle anim utility funcs
Diffstat (limited to 'src/ghost.c')
-rw-r--r--src/ghost.c2
1 files changed, 1 insertions, 1 deletions
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;
}