Jump to content

Kaphotics

Helpful Member
  • Posts

    6991
  • Joined

  • Last visited

  • Days Won

    333

Everything posted by Kaphotics

  1. It's an issue with event detection (PKHeX only checks for an event if it has an event met location; this wc6 has an in-game met location). I'll fix it later today with a release at the end of the work week
  2. Saved bases have been editable in PKHeX for over a year Apparently it isn't showing up in current versions...
  3. Yep, that's what PKHeX does. If it has Whirlpool and Defog, it removes whirlpool; if it only has one it doesn't remove it.
  4. Underscores are normal, just indicating the length of the field.
  5. Yes, PKHeX emulates the actual transfer by removing items and certain moves G4->G5. Naw, you'd have to do some mass editor sort of thing if you knew what you wanted to fix in bulk. There's no legality checking for past gen pkm at this time. I prefer to have transferring not fix illegal information as the intent is to mimic the actual transfer, including its limits If the future format files were ever legality checked with the past gen rules, it'd indicate that the original file (in past gen format) was illegal too instead of implying that it's now legal and who knows if it was previously.
  6. The size of box pkm and the 'flexibility' of PKHeX's converter tries to autodetect. The pkm's were hacked to begin with; gen3/4 pkm need to have a met location of Poketransfer or need to have a game origin value greater than 0x10. Raichu for example was met in "Rumination Field". I've changed the program to not guess the current format as we know what gen the file is coming from, based on the save file. Thanks for finding these quirks; I had only tested on gen4 saves.
  7. You can drop the folder onto PKHeX and it will import the files for you. Since it doesn't save where in the box it was dumped there's no way to load it as such.
  8. I should probably take a closer look instead of hastily fixing error messages ;P Fixed the box reading issue, thanks for reporting!
  9. Thanks again, you had bad eggs which weren't expected. Fixed in latest commit, redownload
  10. There's only 420 different ones. The gen 4 pkms are uploaded in the first post.
  11. What's New? - Added: Legality checking for XY/ORAS origin Pokémon. - Improvements & Fixes: Oodles. 5/16/16 - New Update - Added: Bulk conversion when opening a Gen4 or Gen5 save file. Box contents will be dumped to specified folder, and converted if desired. - Added: SetPK6 override options for importing multiple pk6's (box import, battle video). - Added: Event constant diff when comparing two saves in the Event Flag editor. - Added: Move source indication to verbose legality output. - Added: Form legality checks. - Added: More legality checks for memories and hatched eggs. Thanks Eskuero & chenzw95! - Fixed: Multiple edge cases for legality checks. Thanks Eskuero, chenzw95, Wheth, Gastly, Asia81, rinnegan, Host1126 - Fixed: Crash when putting spaces in number text boxes or importing wc6 to ORAS demo saves. - Fixed: wc6full imports will now generate a received date. - Fixed: Starting the program without a save file will load default values (OT: "PKHeX", etc). - Fixed: Pokémon League indication for X/Y and OR/AS, and Poketransporter strings. Thanks chenzw95 & Odaxis! - Fixed: Changing Encounter Type of files from Platinum. - Removed: Code Generator, use save cache instead (CyberGadget users). - Hotfix: Fixed Gen 5 save file detection. Thanks xtreme1! - Hotfix: Fixed Bad Eggs from causing past gen dumping to abort. Thanks xtreme1!
  12. Having to connect to a server is REQUIRED as the decryption keys are set by the bootrom of the console; nobody has those keys so the only way to decrypt/encrypt saves is to use a hacked 3DS. Your dongle reads the save, sends it to their server where they decrypt it for you. If crypto could be done offline, someone could make a clone of the hardware, sell it for cheaper, and steal the market share. It's in the company's best interest to keep their services and features exclusive to those who have paid them for it. If a company were to provide the bootrom keys, that'd have more lawsuit potential than offering crypto services. Powersaves wants to be a closed system; we hacked it back in 2014 to get it to re-sign our saves, but they caught on and prevented it.
  13. Use PKHeX, works fine with Citra save files ("main").
  14. It's still there.
  15. Via the stickied download thread: 3/19/16 - New Update - Added: Wondercard database loading for updated Legality checking. - - Create a "wc6" folder in the same folder as PKHeX.exe, and add in wc6 files. PKHeX only includes user contributed data; it can't know what events in the future will be legal. Everything is checked locally, so you have to expand the database if you want to check for new events. Either you do the above, or recompile, or wait until the next release (in a day or two) for the internal database to be updated.
  16. Use the alternate links provided in the pcin/pcout thread (see the end) or use homebrew to extract your entire save.
  17. Add Pokémon Village static encounters Check valid encounter slots to capture trade-evos ^only checks Encounter slots, may be a flaw in the future but it works fine. Thanks
  18. You'd have to upload the pk6 file or a QR. new EncounterTrade { Species = 653, Level = 5, Ability = 1, Gender = 0, TID = 00037, Nature = Nature.Modest, IVs = new[] {20, 20, 20, 20, 31, 20}, }, // Fennekin
  19. Thanks, fixed ball inheritance in the latest commit. Can't reproduce the Blissey case, works fine for me. Be sure your Blissey is at least level 3! Found a bug with a level 2 Blissey being allowed Cleffa's egg moves -- fixed.
  20. I've tweaked some of the legal move fetching methods to allow more flexibility.
  21. The "As Egg" checkbox is not tied to any data, it's merely a UI unlocker for the Egg Met info. If there's no Egg Met Location, it won't be checked. Be sure you're setting back the pk6 when you're done editing.
  22. Duh, when you reopen the program it starts over. Nothing is loaded to tabs unless you start it by dragging a pk* in.
  23. I already said to drop the wc6 into the program so that it autofills for you.
×
×
  • Create New...