Jump to content

Kaphotics

Helpful Member
  • Posts

    7957
  • Joined

  • Last visited

  • Days Won

    476

Everything posted by Kaphotics

  1. Not a PKHeX issue. Connect online and update your game to the latest patch and save in-game.
  2. Not a valid dump. Likely not dumping the correct region of the savedata chip of the bootleg.
  3. There is no enum, as forms vary from game to game. Use FormConverter
  4. PKHeX does not support ROM hacks that modify the save data structure.
  5. `main` opens just fine if you truncate it to the proper save file size (0x76000) with a hex editor.
  6. https://github.com/kwsch/PKHeXPluginExample
  7. your save file has a ton of stuff missing, so I just dumped the box data. your party is empty. boxdump.zip
  8. 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.
  9. Try it and see. https://github.com/kwsch/PKHeX/discussions/4500
  10. 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".
  11. 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.
  12. You cannot change immutable values, which obviously includes changing the species to something else.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. Correct. Try it and see.
  18. 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.
  19. Depends on the game they were bred in, and the game's rules for inheriting ability and ball.
  20. 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.
  21. PKHeX does not support ROM hacks.
  22. 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.
×
×
  • Create New...