Fix hoenn pokedex palette being split in two

This commit is contained in:
NT_x86
2024-04-13 13:09:24 +03:00
parent af0165a35d
commit 2b78a85828
4 changed files with 50 additions and 54 deletions
+1 -1
View File
@@ -4036,7 +4036,7 @@ static void Task_HandleCaughtMonPageInput(u8 taskId)
}
else
{
LoadPalette(gPokedexCaughtScreen_Pal + 1, BG_PLTT_ID(3) + 1, PLTT_SIZEOF(7));
LoadPalette(gPokedexBgHoenn_Pal + 49, BG_PLTT_ID(3) + 1, PLTT_SIZEOF(7));
}
}