Fixed Gen 1/2's Transform "pink color" reference

This commit is contained in:
Eduardo Quezada
2025-01-12 07:43:57 -03:00
committed by GitHub
parent 1c765d1126
commit 453bb29b73

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);