Jump to content

Bug on latest update


AcroBlade

Recommended Posts

Hi there. I was looking through my generation I saves on this update, and noticed that some Pokemon I got through in-game trainers were flagged due to an "invalid Catch Rate." The Catch Rate are indeed correct and produce the right item upon trading to generation II. I should also point out that if dragging these Japanese .pk1 to a generation VII game, it doesn't grant the proper OT's name.

Edit: Also tells me "unable to match encounter from origin game."

076 - さぶろう - 5FF5.pk1

068 - リッキー - 3390.pk1

Edited by AcroBlade
Link to comment
Share on other sites

Ingame trades have a different catch rate than the species' default catch rate.

https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Legality/Encounters/Data/Encounters1.cs#L166-L170

new EncounterTradeCatchRate { Species = 075, Level = 16, Catch_Rate = 45, EvolveOnTrade = true, Version = GameVersion.RBY }, // Graveler - Evolve Kadabra
new EncounterTradeCatchRate { Species = 067, Level = 16, Catch_Rate = 180, EvolveOnTrade = true, Version = GameVersion.RBY }, // Machoke - Wild Cubone

Program is working as intended.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...