Added missing SHINY_ODDS replacements (#502)

This commit is contained in:
lioniac
2022-05-10 00:04:35 -03:00
committed by GitHub
parent dca627c6bf
commit 6cf06255c0
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2205,7 +2205,7 @@ static u32 DexScreen_GetDefaultPersonality(int species)
static void DexScreen_LoadMonPicInWindow(u8 windowId, u16 species, u16 paletteOffset)
{
LoadMonPicInWindow(species, 8, DexScreen_GetDefaultPersonality(species), TRUE, paletteOffset >> 4, windowId);
LoadMonPicInWindow(species, SHINY_ODDS, DexScreen_GetDefaultPersonality(species), TRUE, paletteOffset >> 4, windowId);
}
static void DexScreen_PrintMonDexNo(u8 windowId, u8 fontId, u16 species, u8 x, u8 y)