Skip to content

Commit

Permalink
ADV ZU: Implement VR update (#10875)
Browse files Browse the repository at this point in the history
  • Loading branch information
missangelic authored Feb 9, 2025
1 parent 374a3e9 commit d516e02
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/mods/gen3/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
pidgeotto: {
tier: "ZU",
tier: "NFE",
},
pidgeot: {
tier: "NU",
Expand Down Expand Up @@ -99,7 +99,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
nidorino: {
tier: "ZU",
tier: "NFE",
},
nidoking: {
tier: "UU",
Expand Down Expand Up @@ -186,7 +186,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RU",
},
growlithe: {
tier: "ZU",
tier: "LC",
},
arcanine: {
tier: "UU",
Expand Down Expand Up @@ -303,7 +303,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "OU",
},
onix: {
tier: "ZU",
tier: "LC",
},
steelix: {
tier: "UUBL",
Expand Down Expand Up @@ -378,7 +378,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UU",
},
horsea: {
tier: "ZU",
tier: "LC",
},
seadra: {
tier: "PU",
Expand All @@ -393,7 +393,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "ZU",
},
staryu: {
tier: "ZU",
tier: "LC",
},
starmie: {
tier: "OU",
Expand All @@ -408,7 +408,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "UUBL",
},
smoochum: {
tier: "ZU",
tier: "LC",
},
jynx: {
tier: "UUBL",
Expand Down Expand Up @@ -519,7 +519,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RU",
},
cyndaquil: {
tier: "ZU",
tier: "LC",
},
quilava: {
tier: "ZU",
Expand Down Expand Up @@ -816,7 +816,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "LC",
},
lombre: {
tier: "ZU",
tier: "NFE",
},
ludicolo: {
tier: "UUBL",
Expand All @@ -831,7 +831,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RU",
},
taillow: {
tier: "ZU",
tier: "LC",
},
swellow: {
tier: "UUBL",
Expand Down Expand Up @@ -960,7 +960,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RU",
},
wailmer: {
tier: "ZU",
tier: "LC",
},
wailord: {
tier: "NU",
Expand Down Expand Up @@ -1089,7 +1089,7 @@ export const FormatsData: import('../../../sim/dex-species').ModdedSpeciesFormat
tier: "RU",
},
snorunt: {
tier: "ZU",
tier: "LC",
},
glalie: {
tier: "NU",
Expand Down

0 comments on commit d516e02

Please sign in to comment.