Merge pull request #2092 from AsparagusEduardo/patch-2

Fixed Gen 1/2's Transform "pink color" reference
This commit is contained in:
GriffinR
2025-02-11 14:40:34 -05:00
committed by GitHub

View File

@@ -619,7 +619,7 @@ void BattleLoadOpponentMonSpriteGfx(struct Pokemon *mon, u8 battlerId)
LoadPalette(gBattleStruct->castformPalette[gBattleMonForms[battlerId]], paletteOffset, PLTT_SIZE_4BPP);
}
// transform's pink color
// transform's white color
if (gBattleSpritesDataPtr->battlerData[battlerId].transformSpecies != SPECIES_NONE)
{
BlendPalette(paletteOffset, 16, 6, RGB_WHITE);