summaryrefslogtreecommitdiff
path: root/src/diploma.c
diff options
context:
space:
mode:
authorsphericalice <sphericalice@outlook.com>2021-11-05 21:58:13 +0000
committersphericalice <sphericalice@outlook.com>2021-11-05 21:58:13 +0000
commit6e49b45eb63c26854a05f9b0aae25254f9833fbd (patch)
treeed10b05d1e8b6476cdcb31064683ce897d8bcebd /src/diploma.c
parent7940f121f66bb0ebe0932bc642c3d9b4015f79a7 (diff)
Use relevant constants for BlendPalettes
Diffstat (limited to 'src/diploma.c')
-rw-r--r--src/diploma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diploma.c b/src/diploma.c
index ffb1447eb..e1c292b54 100644
--- a/src/diploma.c
+++ b/src/diploma.c
@@ -83,7 +83,7 @@ void CB2_ShowDiploma(void)
LZDecompressWram(sDiplomaTilemap, sDiplomaTilemapPtr);
CopyBgTilemapBufferToVram(1);
DisplayDiplomaText();
- BlendPalettes(-1, 16, 0);
+ BlendPalettes(PALETTES_ALL, 16, RGB_BLACK);
BeginNormalPaletteFade(PALETTES_ALL, 0, 16, 0, RGB_BLACK);
EnableInterrupts(1);
SetVBlankCallback(VBlankCB);