mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-01 05:07:01 -05:00
11 lines
185 B
TypeScript
11 lines
185 B
TypeScript
export const Moves: {[moveid: string]: ModdedMoveData} = {
|
|
psychoboost: {
|
|
inherit: true,
|
|
isNonstandard: null,
|
|
},
|
|
hyperspacehole: {
|
|
inherit: true,
|
|
isNonstandard: null,
|
|
},
|
|
};
|