Skip to content

Commit

Permalink
Merge branch 'smogon:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeNixon authored Apr 21, 2024
2 parents c86f52a + f2580d2 commit edba5ef
Show file tree
Hide file tree
Showing 42 changed files with 588 additions and 13,203 deletions.
435 changes: 83 additions & 352 deletions config/formats.ts

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions data/aliases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ export const Aliases: {[alias: string]: string} = {
mayhem: "[Gen 9] Random Battle Mayhem",
omotm: "[Gen 9] Pokebilities",
lcotm: "[Gen 9] The Loser's Game",
rmotd: "[Gen 9] Meow Cup 2: Electric Doggaroo",
rmotdffa: "[Gen 9] Meow Cup 2 FFA",
meowcup: "[Gen 9] Meow Cup 2: Electric Doggaroo",
meowcupffa: "[Gen 9] Meow Cup 2 FFA",

// mega evos
fabio: "Ampharos-Mega",
Expand Down
14 changes: 8 additions & 6 deletions data/formats-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
natDexTier: "UU",
},
vulpix: {
tier: "LC",
tier: "ZUBL",
doublesTier: "NFE",
natDexTier: "NFE",
},
vulpixalola: {
tier: "NFE",
Expand Down Expand Up @@ -3856,7 +3858,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
tier: "LC",
},
malamar: {
tier: "ZU",
tier: "ZUBL",
doublesTier: "(DUU)",
natDexTier: "RU",
},
Expand Down Expand Up @@ -4156,7 +4158,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
natDexTier: "RU",
},
oricoriopompom: {
tier: "PU",
tier: "PUBL",
doublesTier: "(DUU)",
natDexTier: "RU",
},
Expand Down Expand Up @@ -4757,7 +4759,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
tier: "LC",
},
drednaw: {
tier: "PU",
tier: "PUBL",
doublesTier: "(DUU)",
natDexTier: "RU",
},
Expand Down Expand Up @@ -4945,7 +4947,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
tier: "LC",
},
frosmoth: {
tier: "ZU",
tier: "ZUBL",
doublesTier: "(DUU)",
natDexTier: "RU",
},
Expand Down Expand Up @@ -5641,7 +5643,7 @@ export const FormatsData: {[k: string]: SpeciesFormatsData} = {
natDexTier: "OU",
},
ironboulder: {
tier: "UU",
tier: "UUBL",
doublesTier: "DUU",
natDexTier: "UU",
},
Expand Down
4 changes: 0 additions & 4 deletions data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2123,7 +2123,6 @@ export const Items: {[itemid: string]: ItemData} = {
},
num: 1582,
gen: 8,
isNonstandard: "Unobtainable",
},
galaricawreath: {
name: "Galarica Wreath",
Expand All @@ -2133,7 +2132,6 @@ export const Items: {[itemid: string]: ItemData} = {
},
num: 1592,
gen: 8,
isNonstandard: "Unobtainable",
},
galladite: {
name: "Galladite",
Expand Down Expand Up @@ -5035,7 +5033,6 @@ export const Items: {[itemid: string]: ItemData} = {
num: 5,
gen: 1,
isPokeball: true,
isNonstandard: "Unobtainable",
},
safetygoggles: {
name: "Safety Goggles",
Expand Down Expand Up @@ -5513,7 +5510,6 @@ export const Items: {[itemid: string]: ItemData} = {
num: 499,
gen: 2,
isPokeball: true,
isNonstandard: "Unobtainable",
},
starfberry: {
name: "Starf Berry",
Expand Down
Loading

0 comments on commit edba5ef

Please sign in to comment.