Adds art gallery

This commit is contained in:
infinitefusion
2023-04-09 16:57:26 -04:00
parent a2416d7055
commit f855f8e951
17 changed files with 42925 additions and 25 deletions

View File

@@ -228,7 +228,7 @@ def pbBattleOnStepTaken(repel_active)
if isFusedEncounter()
encounter_fusedWith = getEncounter(encounter_type)
if encounter[0] != encounter_fusedWith[0]
encounter[0] = getFusionSpecies(encounter[0], encounter_fusedWith[0])
encounter[0] = getFusionSpeciesSymbol(encounter[0], encounter_fusedWith[0])
end
end