Jump to content

Kaphotics

Helpful Member
  • Posts

    7916
  • Joined

  • Last visited

  • Days Won

    466

Kaphotics last won the day on February 24

Kaphotics had the most liked content!

Reputation

2079 Excellent

Recent Profile Visitors

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

  1. If the Pokemon match your trainer name/version/IDs, they will always obey. https://bulbapedia.bulbagarden.net/wiki/Obedience
  2. 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.
  3. Editing flags is no substitute for game progress. There is so much more that would need to be changed to properly progress your save. Just play the game again or find another save file to change the OT of.
  4. Hash isn't valid, assuming you transferred via FTP, fix your setting to force Binary transfer -- not ASCII/text.
  5. Pokemon - Fire Red (BR).sav
  6. Only blocks 2,3,4 are present in your save file; missing blocks 0 (trainer info), block 1 (party), and boxes (6+), there really isn't anything recoverable. Recovers just fine by the recovery tool. Initial Release · projectpokemon/RecoverSaveGen3
  7. 1. Language "should" be matching the save file, unless it was moved directly from HOME after previously residing with the exactly same OT but with a different language. It is marked as Fishy because it is a less-than-likely situation, for manual inspection. 2. Bulk checks are to raise things to your attention, and are not definitive. As you've noted, some events have fixed PID/EC values, but these are not granted as exclusions by the program as it is not implemented as such.
  8. Known; crossovers are not handled for Z-A (probably won't be for quite a while) due to how many overlapping locations there are and the resolution of which is an innermost location ID for a given coordinate.
  9. I've made a bunch of revisions on the latest commit to address the behavior you've mentioned: Small tweaks to HGSS ball check · kwsch/PKHeX@6f9daae We weren't able to figure out how exactly Mood can get deposited into the Box without being reset to 0; we did notice that swapping party slots after interacting with them in the overworld can give Mood to eggs in the party. Seems the game has an issue with keeping track of pointers. If you're able to figure out a clean repro step, that would be helpful. Here are some of the notes regarding Mood's mechanics: https://github.com/kwsch/PKHeX/blob/6f9daaed0492c4d3910a0aa0e15ed8ffaee3527f/PKHeX.Core/Legality/Verifiers/Misc/MiscVerifierG4.cs#L117-L125
  10. Gen1 save files are 0x8000 bytes (32KB) not 80KB. If your emulator is not exporting save data, then you should consult with the emulator developer('s documentation). You really shouldn't use web emulators, as you can play your ROM dump on your PC with an actual emulator that saves correctly.
  11. Not a valid save file size. Whatever conversion you tried was not right.
  12. Majority of the savedata is missing, including the first half which contains game progress/party. Only a few boxes towards the end are present, but you had nothing in those slots. Nothing to recover.
  13. Different emulators store the RTC data at the end of the save file differently. PKHeX does not do any conversion between emulator save files. Try finding a converter online, or refer to the emulator documentation online.
  14. Update your program. The program tells you it is out of date.
  15. BDSP does not have trash bytes on Eggs; you can clear the trash bytes via the trash byte editor (hold control and click on the nickname text box).
×
×
  • Create New...