mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
- rulesets.ts -> format-rules.ts - formats-data.ts -> pokedex-tiers.ts Variable names were updated to match.
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
export const PokedexTiers: import('../../../sim/dex-species').ModdedTiersDataTable = {
|
|
pichuspikyeared: {
|
|
isNonstandard: "Future",
|
|
tier: "Illegal",
|
|
},
|
|
};
|