Skip to content

Commit

Permalink
RBY NU-PU: Add 2025 tier shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisXV committed Dec 30, 2024
1 parent 558245b commit faed539
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/mods/gen1/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
venusaur: {
tier: "NU",
tier: "PU",
},
charmander: {
tier: "LC",
Expand Down Expand Up @@ -63,7 +63,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
fearow: {
tier: "PU",
tier: "NU",
},
ekans: {
tier: "LC",
Expand Down Expand Up @@ -99,7 +99,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "NFE",
},
nidoking: {
tier: "NU",
tier: "PU",
},
clefairy: {
tier: "LC",
Expand All @@ -117,7 +117,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
wigglytuff: {
tier: "NU",
tier: "PU",
},
zubat: {
tier: "LC",
Expand Down Expand Up @@ -162,7 +162,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
golduck: {
tier: "NU",
tier: "PU",
},
mankey: {
tier: "LC",
Expand All @@ -174,7 +174,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
arcanine: {
tier: "PU",
tier: "NU",
},
poliwag: {
tier: "ZU",
Expand Down Expand Up @@ -243,7 +243,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
magneton: {
tier: "ZU",
tier: "NU",
},
farfetchd: {
tier: "ZU",
Expand Down Expand Up @@ -294,7 +294,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
kingler: {
tier: "NU",
tier: "PU",
},
voltorb: {
tier: "LC",
Expand All @@ -303,7 +303,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UU",
},
exeggcute: {
tier: "NU",
tier: "PU",
},
exeggutor: {
tier: "OU",
Expand Down

0 comments on commit faed539

Please sign in to comment.