Jofthomas's picture
Jofthomas HF staff
Upload 4781 files
5c2ed06 verified
raw
history blame contribute delete
184 Bytes
export const Scripts: ModdedBattleScriptsData = {
gen: 8,
inherit: 'gen8',
side: {
inherit: true,
canDynamaxNow() {
// Dynamaxing is not in BDSP
return false;
},
},
};