Use relevant constants for BlendPalettes

This commit is contained in:
sphericalice
2021-11-05 21:58:13 +00:00
parent 7940f121f6
commit 6e49b45eb6
2 changed files with 2 additions and 2 deletions

View File

@@ -1200,7 +1200,7 @@ static bool32 InitSaveWindowAfterLinkBattle(u8 *state)
break;
case 3:
ShowBg(0);
BlendPalettes(-1, 16, 0);
BlendPalettes(PALETTES_ALL, 16, RGB_BLACK);
SetVBlankCallback(VBlankCB_LinkBattleSave);
EnableInterrupts(1);
break;