Jump to content

Kaphotics

Helpful Member
  • Posts

    6882
  • Joined

  • Last visited

  • Days Won

    321

Kaphotics last won the day on April 14

Kaphotics had the most liked content!

Reputation

1817 Excellent

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. So, how to "fix" it? To start, I rearranged the 0x1000-sized blocks in sequential order (based on their offset 0x0FF4 value); since blocks 5+ are for box data storage, I can "copy" block 7 and re-label it as block 8; sure the data might be corrupt, but it's better than an entirely missing block. Probably wasn't anything lost, because now that the save file opens in PKHeX (and emulators/cart) it seems you didn't store anything besides boxes 1/2 and 14. POKEMON SAPP_AXPE-0.sav
  2. Referencing the structure of Gen3 saves, your save file is missing necessary blocks and has duplicate blocks. Missing: Block 08 Normally, the save file is 14 blocks for a primary/backup, and another set for the other save. This one is a little all over the place, probably because blockwise writing failed once and it never saved the primary/backup sets completely (only one full set, kinda).
  3. If it doesn't load in an emulator or on the bootleg, it's likely toast. Open the file in a hex editor and compare the contents to a valid save file to see if the contents are even sane
  4. Kaphotics

    error

    Hack your console by following guides online, and use homebrew to export your save file. Once you obtain your save data you can then load it with PKHeX; otherwise you won't be able to edit your Nintendo Switch save data. Stuff like this is unrelated to the operation of PKHeX, hence why it isn't explained in detail by the program. It's not going to know how to interpret any file you drop into it besides "not a supported file".
  5. Because the mystery gift file does not contain any data on which games can receive it, and nobody has encoded a table for programs to use.
  6. Added a flag in Settings you can toggle for the Entity Editor to show Gender in Gen1 contexts. https://github.com/kwsch/PKHeX/commit/b60648627a53c3dc12799f0d91d2cc7a0061aa02 Currently only in the development build, but will be available in future releases.
  7. Kaphotics

    error

    Export your save data correctly, that doesn't appear to be a save file that you've exported with homebrew.
  8. Gender doesn't exist in Gen1, so it isn't shown. It was changed approximately 2 years ago. Sure the gender value would be the same as it is if it were transferred to Gen2, but again, it isn't shown because it could confuse users as it's not a feature in Gen1, and it doesn't seem like it would be much value added to show.
  9. Do what the message box says. You need to install the runtime for the program to work.
  10. Consider multiple languages. Gen3 does not store a flag in the pkm data; if the nickname bytes do not match the game (language specific) name, then it is nicknamed. Gen4 does store a flag; and changing the nickname to match the species name will un-nickname the pokemon. https://bulbapedia.bulbagarden.net/wiki/Nickname#Changing_nicknames
  11. Try this Had to clear boxes 27+ but it doesn't seem you had anything in them anyway. main
  12. PKHeX is a Windows application, so I'm assuming the error is with whatever you're using to run Windows applications. Check next to the exe for any error log files, otherwise it's not really possible to troubleshoot based on your description.
  13. I hotfixed the exe shortly after release with a fix for some channel recognition; can you confirm if it is flagged on latest release (or current dev build)? https://github.com/kwsch/PKHeX/commit/bf476f4de55217b4713027677b4fc1277a3562c8
  14. Working as intended; if it does not follow the PIDIV restrictions for floating/entering then the PID can't be obtained. It's a recently added check.
  15. Yes, but nobody knows because it's easier to just start a new save file.
×
×
  • Create New...