pokemon-showdown/data/mods/fusionevolutionuu/moves.ts
2021-04-13 20:55:47 -06:00

11 lines
185 B
TypeScript

export const Moves: {[moveid: string]: ModdedMoveData} = {
psychoboost: {
inherit: true,
isNonstandard: null,
},
hyperspacehole: {
inherit: true,
isNonstandard: null,
},
};