Fusion cries play both the head and body pokemon cries

This commit is contained in:
chardub
2025-02-15 12:23:44 -05:00
parent 05b1af28e0
commit fdcfbb5bb4
22 changed files with 112 additions and 6 deletions

View File

@@ -218,6 +218,9 @@ module GameData
return @id_number > Settings::NB_POKEMON
end
def is_triple_fusion
return @id_number >= Settings::ZAPMOLCUNO_NB
end
def get_body_species
return @species
end