Jump to content

Kaphotics

Helpful Member
  • Posts

    8069
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. The internal flag names dump is at least 5MB, which 99.99% of users do not need. The dump is provided in the development discord channel.
  2. This is mentioned in the changelog/release notes circa 11/16: - - Crossovers are not currently handled for detecting location IDs. Generating from encounter template is 100% legal.
  3. I extended the file size to the correct size (4x'd) then ran it through the recovery program which does some filling in of blocks. projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via c onsole app! Pokemon Fire red.sav
  4. Gen3 save files are 128KB, not 32KB. If that was the size you configured, then an insufficient amount of save data was retained, hence the error. Since you're missing 75% of the required save data, it's probably better to start over with a fresh save that is configured correctly.
  5. PKHeX is built to support unmodified game save files. PKHeX cannot know what changes you've made to the ROM. Since you are playing a ROM hack, the modifications by the patcher likely changed more than just bypassing trade evolutions. It probably mirrored ability slots (wrong, a single-ability species needs XX-00 not XX-XX). Changing the ability selection will cause the program to recalculate a PID, hence the second image. Copy the PID, then fix the ability index, then paste the original PID back.
  6. 1. No 2. I already gave you the exact implementation reference in the source code. 3. Best practice is to use the encounter database and not change anything you can't normally change in-game to preserve any RNG correlation it may have had at birth.
  7. For gen3/4 it rerolls to give a PID that matches the Nature, Ability, and Gender. For gen5, it rerolls to give a PID that matches the Gender (and ability?). For everything else, it's just random. PKHeX/PKHeX.Core/PKM/Util/EntityPID.cs at f816b06d97542516ab4a83df1bcb384b9825dc44 · kwsch/PKHeX
  8. It's the exact same process as you exporting your save file originally. Instead of exporting to a file, you import from a file.
  9. Nothing changed for Gen5 handling between now and the previous release. PKHeX will not complete the game for you.
  10. Export the save file from the editor when you are done making changes, and import your save file correctly back to your game. If you reopen the editor after making your changes, and the changes are still there, then it's not the program being wrong.
  11. You aren't restoring it to your console correctly. Data does not revert if you replace it entirely.
  12. Import your save file to your console correctly with homebrew. The fact that the modified data is there when you reopen your modified save should be evidence that PKHeX is in fact working
  13. Questionable no, illegal yes. You cannot upload it into HOME, as that is what error 10015 is. Can you be banned for it? It depends. The first post of this thread answers everything.
  14. https://bulbapedia.bulbagarden.net/wiki/Nickname#Changing_nicknames Read the first post of this thread how to randomize a PID.
  15. Even if you were able to import flags, there are a plethora of other savedata structures that are updated as you progress through the game. Simply importing flags/work values will not update anything else that would normally be updated as you play through the game. Save file editors are not a replacement for playing the game. Either use someone else's save file or play through the game yourself.
  16. Change the box number? If you want only Box 1 and Box 3 changed, run it first for Box 1, then run it again after changing it to only process Box 3.
  17. Not something users can access, and I'd rather not make it accessible -- see uploaded "fixed" save file. main
  18. Use $suggest or $suggestAll similar to the other properties that support suggestion requests
  19. Use the drop down in the batch editor.
  20. Use the drop-down inside the batch editor to see the list of properties. GroundTile Not sure why you're using the batch editor to modify stuff; is the Encounter Database not usable?
  21. No. The title says it was unobtainable, because the encounter could never be shiny.
  22. That space is currently used for legality triangles
  23. Purchase the DLC legitimately.
  24. Thanks, fixed on latest commit: Enhance H/W/S invalid messages, flag !255 alphas · kwsch/PKHeX@3a8bc58 Thanks, it's actually a GUI bug the invalid Ball you picked is actually being forced back to Poke, but it displayed whatever you selected instead. If you set it to a slot then re-view it, you can confirm the "fixing" of the GUI indication as it really is legal. I've added some logic to display the actual sanitized value (not the selection, if it was impossible), as well as added some logic to check for a specific case where the batch editor/external code managed to set an invalid BallHGSS value. Add Gen4 HG/SS ball check · kwsch/PKHeX@6e48294
  25. PKHeX is telling you that there is no RNG frame that can hit the seed, because it checked every single frame against that 37%. It's an impossible-to-hit frame, aka illegal.
×
×
  • Create New...