Fix pc mon pic (#6709)

Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
hedara90 2025-04-27 21:19:46 +02:00 committed by GitHub
parent 5dfbdf56da
commit 67f3405864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3974,6 +3974,7 @@ static void LoadDisplayMonGfx(u16 species, u32 pid)
if (species != SPECIES_NONE)
{
LoadSpecialPokePic(sStorage->tileBuffer, species, pid, TRUE);
CpuCopy32(sStorage->tileBuffer, sStorage->displayMonTilePtr, MON_PIC_SIZE);
LoadPalette(sStorage->displayMonPalette, sStorage->displayMonPalOffset, PLTT_SIZE_4BPP);
sStorage->displayMonSprite->invisible = FALSE;
}