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
@@ -609,7 +609,7 @@ static bool8 MainState_BeginFadeIn(void)
CopyBgTilemapBufferToVram(2);
CopyBgTilemapBufferToVram(3);
BlendPalettes(-1, 16, RGB_BLACK);
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB_BLACK);
BeginNormalPaletteFade(PALETTES_ALL, 0, 16, 0, RGB_BLACK);
sNamingScreenData->state++;
return FALSE;
}
@@ -663,7 +663,7 @@ static bool8 pokemon_store(void)
static bool8 MainState_BeginFadeInOut(void)
{
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB_BLACK);
BeginNormalPaletteFade(PALETTES_ALL, 0, 0, 16, RGB_BLACK);
sNamingScreenData->state++;
return FALSE;
}