mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
@@ -222,7 +222,12 @@ def getFusionSpeciesSymbol(body, head)
|
||||
return GameData::Species.get(id).species
|
||||
end
|
||||
|
||||
|
||||
def getFusionSpecies(body, head)
|
||||
body_num = dexNum(body)
|
||||
head_num = dexNum(head)
|
||||
id = body_num * Settings::NB_POKEMON + head_num
|
||||
return GameData::Species.get(id)
|
||||
end
|
||||
|
||||
#
|
||||
def evolveHead(species)
|
||||
|
||||
Reference in New Issue
Block a user