Added missing SHINY_ODDS replacements (#502)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user