You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/libraries/PokemonInfo/battlestructs.h
+3-2
Original file line number
Diff line number
Diff line change
@@ -575,11 +575,12 @@ struct BattlePlayer
575
575
quint8 teamCount;
576
576
QString bannedPokes;
577
577
bool allowIllegal;
578
+
QString bannedZMoves;
578
579
BattlePlayer(){}
579
580
BattlePlayer(const QString &name, int id, int rating=0, int avatar=0, const QString &win="", const QString &lose="",
580
-
const QString &tie="", int maxlevel=100, int restrictedPokes=0, int restrictedCount=0, int teamCount=6, const QString &bannedPokes="", bool allowIllegal = false)
581
+
const QString &tie="", int maxlevel=100, int restrictedPokes=0, int restrictedCount=0, int teamCount=6, const QString &bannedPokes="", bool allowIllegal = false, const QString &bannedZMoves="")
0 commit comments