Skip to content

Commit

Permalink
Update battle_terastal.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexOn1ine authored Jun 22, 2024
1 parent 78bb41e commit 9024ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_terastal.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void ApplyBattlerVisualsForTeraAnim(u32 battler)

// Show indicator and do palette blend.
UpdateHealthboxAttribute(gHealthboxSpriteIds[battler], &party[index], HEALTHBOX_ALL);
BlendPalette(OBJ_PLTT_ID(battler), 16, 8, GetTeraTypeRGB(GetBattlerTeraType(battler)));Fix tera orb
BlendPalette(OBJ_PLTT_ID(battler), 16, 8, GetTeraTypeRGB(GetBattlerTeraType(battler)));
CpuCopy32(gPlttBufferFaded + OBJ_PLTT_ID(battler), gPlttBufferUnfaded + OBJ_PLTT_ID(battler), PLTT_SIZEOF(16));

// We apply the animation behind a white screen, so restore the blended color here to avoid a pop
Expand Down

0 comments on commit 9024ed9

Please sign in to comment.