Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hoenn pokedex palette being split in two #1990

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

NTx86
Copy link
Contributor

@NTx86 NTx86 commented Apr 13, 2024

Description

bg_hoenn.pal was split into two palettes: bg_hoenn.pal and caught_screen.pal, this is because in pokemon caught screen it would use the same palette loaded from different offsets to flash the palette which got misinterpreted as two different palettes when its loading the same one at different offsets. The fact that this is one palette can be proven by the fact LoadPokedexBgPalette() loads bg_hoenn.pal as a 96 byte palette.
The split palette causes issues when compiler doesn't put the palettes in the same order as listed in graphics.c, causing the code to load half of the hoenn pokedex palette and other half as garbage data.

Discord contact info

nt_x86

@GriffinRichards GriffinRichards merged commit 9cfe9b1 into pret:master Apr 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants