Skip to content

Commit

Permalink
GSC ZU: Ban Eevee, Beedrill, and Staryu (smogon#10593)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMMcConnell authored Oct 2, 2024
1 parent df5c46b commit 998c360
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/gen2/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
beedrill: {
tier: "ZU",
tier: "ZUBL",
},
pidgey: {
tier: "LC",
Expand Down Expand Up @@ -393,7 +393,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "PU",
},
staryu: {
tier: "ZU",
tier: "ZUBL",
},
starmie: {
tier: "OU",
Expand Down Expand Up @@ -444,7 +444,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "ZU",
},
eevee: {
tier: "ZU",
tier: "ZUBL",
},
vaporeon: {
tier: "OU",
Expand Down

0 comments on commit 998c360

Please sign in to comment.