From 473610f746d50ac64ff79abcbbf54235b76a7813 Mon Sep 17 00:00:00 2001 From: Varish Kongara Date: Fri, 29 Aug 2025 22:52:26 -0500 Subject: [PATCH] Fix Pixilate changing move tooltip type on z-moves --- play.pokemonshowdown.com/src/battle-tooltips.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/play.pokemonshowdown.com/src/battle-tooltips.ts b/play.pokemonshowdown.com/src/battle-tooltips.ts index e29c63cf6..60cf745fb 100644 --- a/play.pokemonshowdown.com/src/battle-tooltips.ts +++ b/play.pokemonshowdown.com/src/battle-tooltips.ts @@ -610,6 +610,7 @@ export class BattleTooltips { }); categoryDiff = false; } + [moveType, category] = this.getMoveType(move, value, gmaxMove); } else if (isZOrMax === 'maxmove') { if (move.category === 'Status') { move = this.battle.dex.moves.get('Max Guard');