pokemon-showdown/data/mods/gen8/learnsets.ts
2022-11-18 22:17:09 -08:00

7 lines
123 B
TypeScript

export const Learnsets: {[k: string]: ModdedLearnsetData} = {
vivillonfancy: {
inherit: true,
eventOnly: true,
},
};