diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-04-06 00:37:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 00:37:08 -0400 |
commit | 93d17ef7c886b96791931ba50406b59756e1bdbd (patch) | |
tree | a96f8cc5e480114dadd1362372da0606c26bc928 /src/ghost.c | |
parent | 5f1a4de374417b7580131d45c0a478f062f3916f (diff) | |
parent | 35a578c62050893d5f347f637acbdcbbfb99f311 (diff) |
Merge branch 'master' into doc-rm
Diffstat (limited to 'src/ghost.c')
-rw-r--r-- | src/ghost.c | 2 |
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; } |