Jump to content

Kaphotics

Helpful Member
  • Posts

    7004
  • Joined

  • Last visited

  • Days Won

    334

Everything posted by Kaphotics

  1. You should be using homebrew and a save manager instead; updated versions of PKHeX no longer support ram2sav files. If you still wish to be out of date: http://lunarcookies.github.io/loadcode.html#rsavin.bin http://lunarcookies.github.io/loadcode.html#rsavout.bin
  2. You're too vague. Be sure you are using the latest version of the program (posted in the stickied thread). Be sure to drop it into the window and not a wondercard slot (recent bug).
  3. Added Clearing of Country/Region residence with a new button. Added Apricorn/Hidden Ability check. Thanks for reporting
  4. PKHeX no longer supports ramsav files. Switch over to homebrew, or use your old executable.
  5. Implemented 2,3,4; 1 isn't a simple solution as we know Thanks for the report, I'll have to think about #1 for a bit. PKHeX currently catches Kalos pkm with dream balls (sans Sylveon), and 5th/6th gen pkm with Safari Balls. For the other unimplemented exclusions, yeah, fun.
  6. Probably because nothing has been registered, whereas you should at least have your starter. Try depositing/withdrawing from the daycare.
  7. Use the latest posted version...
  8. You're missing the Pokemon's egg moves in the relearn table. The "36" is the move ID it is expecting (see bulbapedia). A Beldum always knows Take Down at level 1. All moves that the egg will hatch with are copied to Relearn Moves when it is generated by the game. In the future PKHeX will be a little more verbose as the dialog would need to support multiple languages. Changing the level doesn't refresh the legality state, which is why Meteor Mash was originally flagged. Be sure to refresh the analysis to get the 'error' message popup. It could refresh and say something different than what is indicated, as updating the legality analysis as you edit can be computationally intensive for slow computers (program lag).
  9. restore backup -> use homebrew You can't decrypt the bin files without the ROM info (which powersaves does not store). The backups are only of use if your cart still functions and are only useful with powersaves.
  10. It was an issue with PKHeX that was resolved a month ago, the latest version is fine.
  11. Duplicate thread. https://projectpokemon.org/forums/showthread.php?48327-Can-t-import-WC6s
  12. PKHeX relies on contributed Wonder Cards; no data contributed => no ability to verify if it is a valid event or not. Click on the legality indication next to the sprite to see why something is flagged. There's still room to improve the Wonder Card matching (like considering shininess).
  13. Thanks, I've updated both programs with the decap/form keeping changes. As for shiny unown form, some forms will be impossible to be shiny due to the way form is determined. PKHeX doesn't care about PIDIV/Form legality for past gen pkm, because the official checks don't either.
  14. Downgraded nickname matching another species name severity to Fishy (doesn't flag), second case (language un-nicknamed) works fine on my end. I guess I figured the 'rules' of no nicknaming another species name was checked by the official hack check. Misc checks are planned for the future.
  15. Sky3DS cannot play edited ROMs. Only custom firmware and HANS allow you to play edited games.
  16. Just committed a fix, you can get around this bug with the current version by drag&drop into the window/slot. A new stable ver should be posted before next weekend with more improvements/fixes.
  17. Yeah, more stringent checks are planned for the future, I wanted to get the initial checker out that covers the things the official check would.
  18. You can have the program automatically load a given language by appending the language code to the end of the executable. en = english ja/jp = japanese de = deutsch fr = french es = espanol pt = portuguese ko = korean it = italian ex: "PKHeX es.exe" will load the Spanish translation when the program starts. I'd rather not use config/ini or registry keys. As far as resetting the controls, just save the initial arceus (that is loaded when the program starts) as pk6 and load it whenever you want to clear data.
  19. What's New? - Added: Legality checking for XY/ORAS origin Pokémon. - Improvements & Fixes: Oodles. 4/10/16 - New Update - Added: JKSV auto detection. Thanks Wanderer1391! - Added: Showdown Import/Export hotkeys. Thanks Odaxis! - Added: Verbose Legality Check result export, shows aspects that are fishy. Hold CTRL when bringing the Legality info up. - Added: Legality checks for ball, evolved bred levels, ID, EXP, contest, memories. - Added: Clear all residence button to Memory editor. - Changed: Base egg moves will now use move names instead of indexes. Thanks Favna! - Changed: Trying to open subforms that are already open will bring focus to them instead of alerting it is already open. - Fixed: Various Legality Checker issues. Thanks Eskuero, Wanderer1391, ashrobb - Fixed: Residense/Handler setting. Thanks Dede! - Fixed: Traded egg detection. Thanks Wanderer1391! - Fixed: Language change deleting Met Location info. Thanks Eskuero! - Fixed: Importing wondercards directly to slots not checking flags. Thanks \ & Goodfella! - Fixed: Importing wc6full files. Thanks Odaxis! - Fixed: ORAS 2nd daycare EXP values not being displayed. Thanks chenzw95! - Fixed: Mono-specific underscore issue for converting to numbers. Thanks chenzw95! 3/26/16 - New Update - Added: Ribbon, History, Ball, Ability legality checks. - Changed: Encounter tracking more stringent. - Changed: Clicking a menu checkbox (Set to Dex or Database Legality Filter) will stay open for more option toggling. - Changed: Clicking the relearn move groupbox will now suggest moves instead of copying current moves (illegal). - Fixed: Bad Egg background now clears when the slot is overwritten. - Fixed: Dropping a past gen pkm file to a box slot will now have the sprite appear. Thanks poutros! - Fixed: Nickname legality check severity. Thanks Eskuero! - Fixed: 5->6 transfer decapitalization. Thanks rinnegan! - Fixed: 3->4 Unown form is now retained. Thanks rinnegan! - Fixed: WC6 import button not recognizing the correct size. Thanks \ & Ahito95! 3/19/16 - New Update - Added: Legality checking for XY/ORAS origin Pokémon. - - Legality indication next to moves and Preview to indicate the legality of the loaded pk6. - - Legality indication click event to pop up why the pk6 is flagged as illegal. - - Event checking has been made possible by community contributions. Thanks everyone! - Added: Right click contextmenu for the Preview for Legality/QR/Save. - Removed: QR! clickable label. - - SHIFT click the Preview Sprite to export QR. - - ALT click the Preview Sprite to import QR. - Added: Wondercard database loading for updated Legality checking. - - Create a "wc6" folder in the same folder as PKHeX.exe, and add in wc6 files. - Added: Database Viewer: Scrolling over a PictureBox now scrolls the view. - Added: Database Viewer: Legality filters for Legal Only/Illegal Only. Helpful for finding hacks! - Added: wc6full loading support. - Fixed: Automatic Backup prompt string now appears correctly. - Fixed: Showdown import of Mega-X/Y. Thanks Odaxis! - Fixed: Compiling on Unix-based operating system (case sensitivity) fixed. Thanks GovanifY! - Fixed: Past gen special character conversion (and UI typo). Thanks Localhorst! - Fixed: Pokédex Editor for X/Y now saves form bools. Thanks chenzw95! - Changed: PID generator for Gen3/4/Unown legal PIDs. Thanks chenzw95! - Changed: Chinese Translation updated. Thanks easyworld! - Changed: Startup times of the program may be quicker. - Hotfix: Added missing Lost Hotel & Soaring static encounters. Thanks froslumugu & \! - Hotfix: Keldeo Secret Sword detection. - Hotfix: DexNav level range increased. Thanks fr3quency! - Hotfix: Giratina Pain Split. Thanks \!
  20. Fixed. Remaining unimplemented encounter checks are: * Ceiling/Swoop encounters * In-Game trades * ???
  21. Fixed in latest commit. Thanks for reporting!
  22. https://projectpokemon.org/forums/showthread.php?48306-pcin-bin(http-bit-ly-1JpcyGT)-website(s)-down
  23. Probably the form not matching the in-game form text. Would have to strip the dash immediately after Mega.
  24. pk3DS does not have a font editor, but you can try EFE to edit bcfnt files.
×
×
  • Create New...