BeginNormalPaletteFade PALETTES_ALL documentation

This commit is contained in:
Eduardo Quezada
2022-07-27 13:16:28 -04:00
parent deec274991
commit 3b98289de2
55 changed files with 189 additions and 189 deletions
+2 -2
View File
@@ -133,7 +133,7 @@ void CB2_UnionRoomBattle(void)
}
break;
case 2:
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB_BLACK);
BeginNormalPaletteFade(PALETTES_ALL, 0, 16, 0, RGB_BLACK);
ShowBg(0);
gMain.state++;
break;
@@ -158,7 +158,7 @@ void CB2_UnionRoomBattle(void)
{
if (gBlockRecvBuffer[0][0] == (ACTIVITY_ACCEPT | 0x40) && gBlockRecvBuffer[1][0] == (ACTIVITY_ACCEPT | 0x40))
{
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB_BLACK);
BeginNormalPaletteFade(PALETTES_ALL, 0, 0, 16, RGB_BLACK);
gMain.state = 50;
}
else