Press G to toggle Gigantamax!

This commit is contained in:
Rodrigo
2021-03-01 14:04:09 -06:00
parent 518c2d3ead
commit 3442d3cee5
8 changed files with 32 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ function check_skip(argument0) {
var form = global.dexdata[argument0, dex.form];
var bank = global.dexdata[argument0, dex.bankable];
if (bank == "FALSE")
if (bank=="FALSE" || (form=="GIGANTAMAX" && !global.show_gigantamax))
return false;
switch(form)