new game plus fix - fix boosted exp & wrong intial stats

This commit is contained in:
infinitefusion
2022-09-24 10:49:39 -04:00
parent 7ab74acb28
commit 20e2b54ed8
2 changed files with 2 additions and 0 deletions

View File

@@ -48,8 +48,10 @@ module Game
if pokemon != nil
if !pokemon.egg?
pokemon.level = 5
pokemon.owner.id = $Trainer.id
pokemon.species = GameData::Species.get(pokemon.species).get_baby_species(false)
pokemon.reset_moves
pokemon.calc_stats
end
end
end