diff --git a/play.pokemonshowdown.com/src/battle-tooltips.ts b/play.pokemonshowdown.com/src/battle-tooltips.ts index 8dc301e2e..f2128b64f 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');