mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 13:07:56 -05:00
11 lines
167 B
TypeScript
11 lines
167 B
TypeScript
export const Scripts: ModdedBattleScriptsData = {
|
|
gen: 8,
|
|
inherit: 'gen8',
|
|
side: {
|
|
canDynamaxNow() {
|
|
// Dynamaxing is not in BDSP
|
|
return false;
|
|
},
|
|
},
|
|
};
|