pokemon-showdown/data/mods/gen4pt/pokedex-tiers.ts
Guangcong Luo e9ec82327f Rename files in data for consistency
- rulesets.ts -> format-rules.ts
- formats-data.ts -> pokedex-tiers.ts

Variable names were updated to match.
2024-07-02 03:06:33 -07:00

7 lines
160 B
TypeScript

export const PokedexTiers: import('../../../sim/dex-species').ModdedTiersDataTable = {
pichuspikyeared: {
isNonstandard: "Future",
tier: "Illegal",
},
};