diff --git a/Data/Scripts/014_Pokemon/001_Pokemon.rb b/Data/Scripts/014_Pokemon/001_Pokemon.rb index 716f3478c..5b7a41750 100644 --- a/Data/Scripts/014_Pokemon/001_Pokemon.rb +++ b/Data/Scripts/014_Pokemon/001_Pokemon.rb @@ -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 diff --git a/Data/Scripts/049_Compatibility/PBSpecies.rb b/Data/Scripts/049_Compatibility/PBSpecies.rb index 58fa67bb9..ee7a63ee5 100644 --- a/Data/Scripts/049_Compatibility/PBSpecies.rb +++ b/Data/Scripts/049_Compatibility/PBSpecies.rb @@ -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) diff --git a/Data/System.rxdata b/Data/System.rxdata index dd8e915b5..e4c0aedcf 100644 Binary files a/Data/System.rxdata and b/Data/System.rxdata differ diff --git a/Data/encounters_randomized.dat b/Data/encounters_randomized.dat index 1a353d4ab..ef8228b7e 100644 Binary files a/Data/encounters_randomized.dat and b/Data/encounters_randomized.dat differ