Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
@@ -214,10 +214,10 @@ def fusionOf(head,body)
end
def getFusionSpeciesSymbol(body, head)
body_num = dexNum(body)
head_num = dexNum(head)
body_num = getDexNumberForSpecies(body)
head_num = getDexNumberForSpecies(head)
nb_pokemon = Settings::NB_POKEMON
id = body_num * nb_pokemon + head_num
id = (body_num * nb_pokemon) + head_num
if id > (nb_pokemon*nb_pokemon)+nb_pokemon
displayRandomizerErrorMessage()
return body