Jump to content

Kaphotics

Helpful Member
  • Posts

    8072
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/0de49c915ac90936928849a479682a937de508a8
  2. Thanks for reporting, fixed in latest commit https://github.com/kwsch/PKHeX/commit/e77247e6526fd9abb1c81160b02d5c40bb7f2fef I've updated the .exe that is posted with the fix.
  3. 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.
  4. You likely randomized the starter selection screen and the static gift encounters to have different values.
  5. Shouldn't be an issue on the latest commits, previously fixed: https://github.com/kwsch/PKHeX/commit/1750c69b01508e32281d9ddccd0ed9eda4d8dd66
  6. Pay attention to the program title, it indicates the version of the save file. You've likely used a cheat code which breaks the detection, which results in PKHeX assuming it to be RS (Ruby Sapphire).
  7. Because some are legal, and some are not. Certain encounters have certain PID restrictions (ie a Starter / Stationary encounter must be Method 1) while wild encounters can be Method 1/2/4. The method-1 only encounters are generated fast enough on actual hardware, but the emulator does not generate the pkm fast enough and gets interrupted, resulting in method 2 & 4. Wild encounters need to wait for a valid PID (nature/gender) which can also be interrupted by the screen needing to refresh.
  8. Some emulators do not faithfully emulate the CPU timings present on the console, resulting in different PIDIVs sometimes. The PKM are not legal as they cannot be encountered on legitimate hardware. PKHeX is working correctly.
  9. Re-dump the ROM content and start over, the data the program is trying to read is not valid. You can always copy over individual modified garcs, assuming they are from the same game and aren't corrupt.
  10. Read the comment section. He screwed up the tutorial steps. There are pages and pages of ppl asking the same thing about personal stats / etc not working, when every error message contains "3DS Randomizer Pack"; please read previous pages!
  11. Kaphotics

    bug in last update

    Has to be uppercase; decapitalization on non-nicknamed species didn't come until later generations.
  12. Kaphotics

    bug in last update

    Can't transfer held items via pokebank Old Amber is unobtainable in all Gen7 games, thus you can't ever revive Old Amber into Aerodactyl. Just because the encounter is obtainable doesn't mean the conditions are legal!
  13. Kaphotics

    bug in last update

    You can't revive Old Amber in SM/USUM.
  14. Should now import fine on latest commits
  15. Should be fixed on latest commit https://github.com/kwsch/PKHeX/commit/1fe304e78f6578c32f5b4d782ca3022e6ec23225
  16. Please post examples
  17. Thanks, fixed in latest commit. https://github.com/kwsch/PKHeX/commit/c6e4c39bc5dd94d40e07fc445e6162ff95074ce8 @theSLAYER Re: Strength, the line has an unsupported character at the end (which is invisible). Trim() won't remove the invalid character . For whatever reason, 0xFEFF snuck its way into that line?
  18. Cool, exclusion added: https://github.com/kwsch/PKHeX/commit/ebae14e6ad476cef85610373a314d527edd13972 Thanks for reporting
  19. If the language ID is fixed to Japanese, it should have the Japanese default name, no? Are there previous language locked wondercards that exhibit this behavior? Are you referring to the wc*->pk* process, or the legality checking not allowing this nickname case?
  20. Duh, you can't change IVs in-game. Defense and Speed are locked to 30. new EncounterStatic { Species = 132, Level = 29, Location = 072, IVs = new[] {-1,31,30,30,-1,-1}, Nature = Nature.Adamant }, // Ditto @ Konikoni City Not a bug; working as intended.
  21. Done, thanks for reporting https://github.com/kwsch/PKHeX/commit/538e90dd858abada5de9b76d204b2a9a362b2d1e
  22. Not able to replicate on latest commit; I assume this has been fixed since the latest exe you've downloaded's date.
  23. Kaphotics

    bug in last update

    Works fine on latest commit
  24. Kaphotics

    bug in last update

    Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/102430ebf5b931685d0838765dfce85ea22770fb
  25. You transferred it at level 5. It could never have been Butterfree when it was on the VC, thus it could never learn those moves. (pkhex 2 gud)
×
×
  • Create New...