corrupted data

This commit is contained in:
chardub
2025-03-26 18:25:57 -04:00
parent eba2c7c90c
commit dafa19fa38
25 changed files with 47 additions and 8 deletions

View File

@@ -112,6 +112,7 @@ class Pokemon
attr_accessor :size_category #the size attribute for scaling the sprite (used only for gourgeist/pumpkaboo)
attr_accessor :force_disobey
attr_accessor :tempSpeciesChange_originalSpecies
# Max total IVs
IV_STAT_LIMIT = 31

View File

@@ -41,6 +41,7 @@ class Pokemon
self.form = unmegaForm if unmegaForm >= 0
end
def megaName
formName = species_data.form_name
return (formName && !formName.empty?) ? formName : _INTL("Mega {1}", species_data.name)