wip guess that fusion quiz

This commit is contained in:
infinitefusion
2023-06-18 14:01:09 -04:00
parent 1f19e0d1a3
commit 77789c8278
18 changed files with 159 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ def isTripleFusion?(num)
return num >= Settings::ZAPMOLCUNO_NB
end
def getRandomCustomFusionForIntro(returnRandomPokemonIfNoneFound = true, customPokeList = [], maxPoke = -1, recursionLimit = 3)
if customPokeList.length == 0
customPokeList = getCustomSpeciesList(false )