From 2fffb4a3ca602a98b30e4ffa970a3a7091992d6f Mon Sep 17 00:00:00 2001 From: missshowdown Date: Mon, 7 Jul 2025 15:29:00 -0700 Subject: [PATCH] GSC ZU: Fix tiers for low-rank NFEs (#11253) https://www.smogon.com/forums/threads/zu-old-gens-hub-oras-bans-379.3646944/post-10502838 Both Diglett and Slowpoke are D rank on the most recent ZU viability list, the same as other Pokemon tiered as LC like Smoochum, Snubbull, Mankey, etc, so they should be tiered the same. --- data/mods/gen2/formats-data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/gen2/formats-data.ts b/data/mods/gen2/formats-data.ts index 6d50f516d2..5aa497e1fe 100644 --- a/data/mods/gen2/formats-data.ts +++ b/data/mods/gen2/formats-data.ts @@ -162,7 +162,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "PU", }, diglett: { - tier: "ZU", + tier: "LC", }, dugtrio: { tier: "NU", @@ -252,7 +252,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat tier: "NU", }, slowpoke: { - tier: "ZU", + tier: "LC", }, slowbro: { tier: "UU",