mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 06:04:59 +00:00
update to latest 6.0 release
This commit is contained in:
@@ -222,12 +222,7 @@ 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