Skip to content

Commit

Permalink
RBY: Update PU/ZU after VR update
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 17, 2024
1 parent 2c3b07d commit 878a439
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/mods/gen1/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NU",
},
abra: {
tier: "ZU",
tier: "PU",
},
kadabra: {
tier: "UU",
Expand Down Expand Up @@ -285,7 +285,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "ZU",
},
drowzee: {
tier: "PU",
tier: "ZU",
},
hypno: {
tier: "UUBL",
Expand Down Expand Up @@ -366,7 +366,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NU",
},
scyther: {
tier: "PU",
tier: "ZU",
},
jynx: {
tier: "OU",
Expand All @@ -375,7 +375,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UU",
},
magmar: {
tier: "PU",
tier: "ZU",
},
pinsir: {
tier: "PU",
Expand Down Expand Up @@ -411,7 +411,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "PU",
},
omanyte: {
tier: "PU",
tier: "ZU",
},
omastar: {
tier: "UU",
Expand Down Expand Up @@ -441,7 +441,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
dragonair: {
tier: "PU",
tier: "ZU",
},
dragonite: {
tier: "UU",
Expand Down

0 comments on commit 878a439

Please sign in to comment.