Jump to content

Kaphotics

Helpful Member
  • Posts

    8036
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. PID Type: None Since you modified the IVs, the PIDIV correlation is invalid for the encounter. Previous versions didn't check for correlation tampering As for the list, I'd just need to know a rough estimate of which languages and species are affected. If it's only a few the edge case handling will be simple, else something more intricate will be required.
  2. Hold control when you export the legality results, it'll tell you more intricate details. The first one relates to the PIDIV combo, which is probably hacked. The second is an interesting edge case, will need a list of all affected species and languages so that the program can handle it correctly.
  3. since the calls are successive, the IDs and PID/IV are tied together. if that searcher doesn't have a searcher for what you're looking for, you'll have to modify it / build a new one. PKHeX was updated to list the expected IDs for CXD starters, and I've just committed a fix for that double-flag message. https://github.com/kwsch/PKHeX/commit/ddf55ee75acc3e7352782457530f9b4cce284ae5 https://github.com/kwsch/PKHeX/commit/1769bcd30663bb2b88bd42d8154769dfd2f48d04 Thanks for bringing that to my attention
  4. files are usually +/- a few spots relative to the demo, look for similar files
  5. pkm doesn't have max affection which is required for the ribbon (there's no way to lower affection)
  6. JEREMY pkm are just captured wild pkm that were cloned; there's nothing special besides being free version exclusive trades.
  7. Check the date. It's an April Fools joke
  8. pkm's possibly hacked (or has some weird interaction we don't know about), the memory (ate at a restaurant) should have no variable value (ie there's no special arguments like what food it ate) either way, fixed in latest commit https://github.com/kwsch/PKHeX/commit/311ea4bc50c62057cede3428b737eb1765c71607#diff-2389274c48be136c5251c6a3ef98e5c1L305
  9. The starter is generated immediately after the save file ids, thus they have to be related to the same seed. PKHeX is working as intended, you can't pick and choose a spread and id for the starters.
  10. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/f78e017e479da2daddfe5f13238b8a5b0c5591c6
  11. if you don't have the original cart or the xorpad (using the cart at some period in time), you aren't getting the data back.
  12. Certain traceback movesets are not possible without trading back and forth. The move parser flags trade back scenarios, so for rby transfers that flag can be checked.
  13. Version 17.08.19

    13966 downloads

    Converts a pkm/3gpkm file to any of the forward generation formats, depending on what the user selects. Drag & Drop tool that emulates: Any official transfer method Fakes non-official transfer methods (backwards conversion)
  14. Assuming that the pk7 version will be gold or silver, we can ignore RGBY transfers for that check. I've already added a new commit to remove the old transporter handling, and added this shiny gender check It may have to be revised if RGBY<->GS happens, hope not.
  15. Thanks, all should be fixed now except the Encounter Type mismatch (refer to issue #1379, multiple encounter types for a location ID) Note: Gen3 Japanese events still aren't added yet, and the basculin has no language ID.
  16. There's a lack of information regarding structure of those save files; I'm not interested in researching this game as I do not own it. Here's what's currently known about the save file, but there's much more that would need to be documented before anything could be implemented in the program.
  17. >even when Nintendo WFC shut down, you were still able to connect to it and download and upload your pokémon. no 1. pokecheck 2. no 3. no
  18. unsupported size, it says 0x6BDFF when it should be 0x6BE00; your ftp app did not transfer enough data. Re-transfer from the 3DS
  19. Fixed, https://github.com/kwsch/PKHeX/commit/9f8cbf3e46bfd86c3db5ea491dbcdd87d8cb42aa
  20. Look a few posts up, someone asked the same question.
  21. If you want to see the level 50 stats, set the current level to 50 temporarily.
  22. Refer to the post directly above yours. They're hosted in our downloads section.
  23. Message shows it is matching to a static encounter, and that static encounter is a gift (which requires a standard Poké Ball). The best-match generator for gen3 has been altered to do the same collision detection (gift && ball not pokeball) as gen4: https://github.com/kwsch/PKHeX/commit/072f1ba83d965310b43ad916b3760e376f67f3f0#diff-611d41e12eb876fe009aa88436d0acf9R285 Should be resolved with the latest commits.
  24. Has been fixed since the last release. The next update is scheduled in 7 days.
  25. Nothing has changed handling wise since it was first implemented; OP likely injected a hacked card or something which didn't trip the 'set const' routine.
×
×
  • Create New...