This commit is contained in:
Varish Kongara
2026-06-24 16:54:28 +00:00
committed by GitHub

View File

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