hair can be one frame long

This commit is contained in:
chardub
2025-02-21 20:38:56 -05:00
parent c6f69edf9c
commit f9095f2d06
26 changed files with 119 additions and 84 deletions

View File

@@ -296,7 +296,7 @@ end
def getFusedPokemonIdFromSymbols(body_dex, head_dex)
bodyDexNum = GameData::Species.get(body_dex).id_number
headDexNum = GameData::Species.get(head_dex).id_number
return getFusedPokemonIdFromDexNum(body_dex, head_dex)
return getFusedPokemonIdFromDexNum(bodyDexNum, headDexNum)
end
def generateFusionIcon(dexNum, path)