mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
7 lines
123 B
TypeScript
7 lines
123 B
TypeScript
export const Learnsets: {[k: string]: ModdedLearnsetData} = {
|
|
vivillonfancy: {
|
|
inherit: true,
|
|
eventOnly: true,
|
|
},
|
|
};
|