egg sprites

This commit is contained in:
infinitefusion
2022-04-24 17:08:57 -04:00
parent c01641e73c
commit 002ee032c7
11 changed files with 40 additions and 7 deletions

View File

@@ -123,6 +123,10 @@ def dexNum(species)
return getDexNumberForSpecies(species)
end
def isTripleFusion?(num)
return num >= Settings::ZAPMOLCUNO_NB
end
def getRandomCustomFusion(returnRandomPokemonIfNoneFound = true, customPokeList = [], maxPoke = -1, recursionLimit = 3)
if customPokeList.length == 0
customPokeList = getCustomSpeciesList()