Jump to content

Kaphotics

Helpful Member
  • Posts

    8069
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. PKHeX does not support ROM hacks that modify the save data structure.
  2. `main` opens just fine if you truncate it to the proper save file size (0x76000) with a hex editor.
  3. https://github.com/kwsch/PKHeXPluginExample
  4. your save file has a ton of stuff missing, so I just dumped the box data. your party is empty. boxdump.zip
  5. The program will need to be updated. Each new game is different from the last. Estimated timelines for support: please do not ask "eta wen"; if support is going to be added / release windows, they will be announced.
  6. Try it and see. https://github.com/kwsch/PKHeX/discussions/4500
  7. The double-game savefile issue is moreso an emulator issue, as it will never happen on actual hardware. The currently implemented heuristics have been "good enough" for years... I did recently rewrite the save detection logic a couple months ago to have a spot where it can be manually overridden: PKHeX/PKHeX.Core/Saves/Util/SaveUtil.cs at master · kwsch/PKHeX With a new game releasing in a week, I can try to fit in something. Maybe something like "hold alt when opening a file; if a save is what you loaded, it will open an override UI where you can change the detected type => load".
  8. File type detection briefly inspects the data to guess what game/language it belongs to. Seems it passed the English Crystal heuristic and was therefore assumed as such. Does this still happen if you save in a different map, after changing boxes to another box in game? If that isn't a valid workaround, I can possibly add a branch of code where if it passes both, then it checks the checksums too, but that would be a compromise that impacts manually edited files to no longer being recognizable (if they also end up clashing) hence maybe needing a more detailed detection heuristic.
  9. You cannot change immutable values, which obviously includes changing the species to something else.
  10. That is the point. It is letting you know of future word filter patterns that will be an issue if you transfer it to future games. You can always change the setting of this via the program settings.
  11. Balls are not part of a Showdown Set. The AutoLegalityMod plugin has an "enhanced" import which accepts batch editor instructions along with the set, to generate a legal Pokémon. But for illegal requests, you won't really get a result. It's only a couple clicks to select a ball after you import. Click on the ball icon to view all balls, then pick whichever you want.
  12. Flash the save file to the cartridge, then redeem the gift. Only after you have the gift do you proceed past the Continue screen of the save file. You should not modify the save file at all, even in a save editor. Flash the save file, unmodified.
  13. There's no previewer implemented in the program, so the picture boxes will stay blank. Be sure you are importing the right version's skin to the right version's save file.
  14. Correct. Try it and see.
  15. Use a save editor like PKHeX to edit your Entree Forest to add the Species-Gender-Form-Move that would be equivalent to the end result of a past event distribution. Then go catch it.
  16. Depends on the game they were bred in, and the game's rules for inheriting ability and ball.
  17. Improper dump. 3DS save files, when extracted from their savedata containers (via homebrew) are not 1MB. Your file looks like a raw cartridge dump, as the entire file is encrypted/random with sections of FF. It doesn't look anything like a real save file when looked at in a hex editor.
  18. PKHeX does not support ROM hacks.
  19. The program saves an error report file next to the executable. Be sure you have done all the required setup steps, including an up-to-date installation of Wine.
  20. Transfer the save file to your Nintendo Switch and use homebrew to import it.
  21. Try restoring it to your console's save data rather than an emulator file archive.
  22. Megas are just forms. https://www.pokecommunity.com/threads/guide-for-adding-additional-formes-to-usum-extension-of-axyns-work-for-xy-along-with-improved-streamlined-tool.527586/
  23. Assuming you are editing a wild capture, I suggest you familiarize yourself with the mechanics in obtaining hidden ability (via chaining, if I recall correctly). By doing the mechanic, you also get 31 IVs for free. If you have hidden ability, then you must also have the IVs that would come with it.
×
×
  • Create New...