Jump to content

Kaphotics

Helpful Member
  • Posts

    8033
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. Dump your save file correctly and do not rely on save states to track your progress. Save in-game and close the game to flush all changes.
  2. Japanese games nicknaming set trash bytes differently than international games; this check has been updated on the latest commits: Revise trash check for Japanese nickname · kwsch/PKHeX@7617f6d Your examples are probably fine if checked on the latest dev build / next release.
  3. The latest release is not a dll, it is an exe file. Not that it matters; you can acknowledge the security popup and run it anyway if you trust the source.
  4. That's the correct amount. Refer to other websites on what events have been distributed over the years.
  5. Use the program settings to define extra properties you would like to include in the Report.
  6. Try running the program as administrator, or try moving it to a less restricted folder that isn't on the root of a hard drive. Otherwise, ensure that your user account has access to read/write the folder (right click the folder and select Properties => Security). I'm not sure why your paths listed are prefixed by \\?\; are you using a Windows operating system? If not, you'll need to configure whatever compatibility layer you're using to give proper paths.
  7. Do not run the program from a OneDrive folder; place it on your computer's hard drive instead of a cloud folder.
  8. projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via console app!
  9. Not a valid dump; console-encrypted files are impossible to read unless you decrypt them first. You cannot simply copy the file off the SD card and have external programs read that.
  10. The program you included the image of does not indicate all the properties needed for matching the RNG correlation. That tool isn't designed to help you cheat in Pokemon, it's designed to help you encounter them legitimately in-game.
  11. Depends how many, and your ability/attachment to the old data. Probably easier for you to just remake whichever ones you care about; the encounter database in PKHeX can help you with starting values.
  12. You'd have to dig into your save file with a hex editor to locate the box data manually, then try to dump it/transplant it to an unmodified game's save file. https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_(Generation_II)
  13. should be obvious that a ROM hack save file is unrecognized by a game that expects an unmodified Crystal save file.
  14. Undocumented. You can access every flag via the Block Data editor, but if the flag you're looking for is inside a larger structure/object, then you'd have to reverse engineer and figure out what you need to do it. Since 99% of the time you have to naturally unlock something in order to see how it is unlocked by the save data, it is never really worth documenting. Just play the game.
  15. Are you holding control when moving slots? That tells the program to clone-drop instead of simply move.
  16. Open the program by clicking on the exe. It should not be thinking you're running it from system32.
  17. Key items do not unlock the feature, you have to toggle event flags.
  18. Try again with a save file that originated from your Nintendo Switch. PKHeX does not support ROM hacks, and it does not support emulator misbehavior save files.
  19. If you've trimmed it to exactly 131,072 bytes (0x20000) and that file isn't recognized, then it is probably because PKHeX does not support the ROM Hack the save file originated from.
  20. bak is the original file, not the modified one. Assuming you're using a hex editor that creates automatic backups of files you modify.
  21. It's an uninitialized save file (game not started). Nothing to recover.
  22. Not a valid dump; console-encrypted files are impossible to read unless you decrypt them first. You cannot simply copy the file off the SD card and have external programs read that.
  23. Look at what game you have open for editing.
  24. If the Pokemon match your trainer name/version/IDs, they will always obey. https://bulbapedia.bulbagarden.net/wiki/Obedience
  25. Gen8+ save files have a hash at the bottom of the file. Ignoring the file size. I ran PKHeX under a debugger and manually called the hash verification function to observe the result. The program rejects on invalid size or invalid hash, your save file failed both.
×
×
  • Create New...