Skip to content

Commit

Permalink
Fixed Gen 1/2's Transform "pink color" reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Jan 12, 2025
1 parent 1c765d1 commit 453bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_gfx_sfx_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 453bb29

Please sign in to comment.