Update 6.8

This commit is contained in:
chardub
2026-07-10 15:42:06 -04:00
parent 5b85e72cb2
commit 6a6f126a18
7871 changed files with 493194 additions and 224826 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module PBSpecies
end
def PBSpecies.getName(species)
return GameData::Species.get(species).real_name
return GameData::Species.get(species).name
end
#In some places, pokemon are instanciated as PBSpecies::NAME in wild battles, trades, etc. which doesn't work anymore.