This commit is contained in:
infinitefusion
2023-08-06 12:43:43 -04:00
parent fa6f8f4f8c
commit 7f9e2312be
4 changed files with 1 additions and 2 deletions

View File

@@ -144,7 +144,6 @@ class Pokemon
new_species_data = GameData::Species.get(species_id)
return if @species == new_species_data.species
@species = new_species_data.species
p @species.name
@form = new_species_data.form if new_species_data.form != 0
@forced_form = nil
@level = nil # In case growth rate is different for the new species

View File

@@ -1,7 +1,7 @@
module PBSpecies
#couldn't figure out how to get the size of GameData::Species so fuck it, here's the hardcoded value
def PBSpecies.maxValue
return 176840
return 654481
end
def PBSpecies.getName(species)

Binary file not shown.

Binary file not shown.