Jump to content

Kaphotics

Helpful Member
  • Posts

    7957
  • Joined

  • Last visited

  • Days Won

    476

Everything posted by Kaphotics

  1. Refer to the documentation of your emulator. https://melonds.kuribo64.net/board/thread.php?id=245
  2. Would help if you posted anything to help illustrate the issue you are having, like where you are running it from and what error messages are appearing.
  3. Trying to load a file that is originally 19643270 bytes (12BBB86 bytes) is an order of magnitude larger, and is probably a save state, not a save file. Save properly in game and export the save data correctly. It should match the expected size without needing to force it.
  4. Read the guide again, it doesn't tell you to set Nickname, it tells you to set IsNicknamed
  5. Use the batch editor.
  6. > Pokemon Inclement Emerald is a ROM Hack based on Pokemon Emerald with many features and changes. You can choose any regional starter, obtain Pokemon from gen 1-8, use custom mega evolutions, tutor moves, and more. PKHeX does not support ROM hacks. Especially not ones that have drastic custom changes like adding in Pokémon species that are not present in the original game. Judging from the structure of the save data roughly matching the original format, it appears that blocks 0,1,2 are missing from your save data. Those 3 blocks are pretty much all the "progress" storage. You can try copying over blocks 0x03->0x0D to a new save file (and update the save counters to match the save file you transplant into) which should let you recover your boxes. https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_(Generation_III)#:~:text=The Generation III save file is broken up,the other block represents the previous game save.
  7. If using the encounter database, PKHeX will generate starters for you. If you have the TabsAsCriteria setting enabled, it will use the IVs and try to generate that specific IV spread. If you don't have the setting enabled (or if the IVs are not possible), then it will try to match the Trainer ID from tabs/trainer provided.
  8. List of in-game event Pokémon in Generation II - Bulbapedia, the community-driven Pokémon encyclopedia List of Japanese event Pokémon distributions in Generation II - Bulbapedia, the community-driven Pokémon encyclopedia Mew wasn't distributed to Gen2 games. If you are using a Virtual Console save file, the only Mew available is the GF Mew, as Virtual Console games cannot communicate with the original release games/saves.
  9. The program saves the layeredfs folder next to the executable. To remove any previous modifications, remove the layeredfs folder.
  10. You must have disabled the setting to update the Dex when writing a slot. If the game doesn't show progress before you unlock the national Dex, then you must unlock the national Dex normally via game progress.
  11. Dump all to a folder, then import that folder. You can also drag & drop entire boxes if you enable the setting.
  12. I've used a hex editor to invalidate the HGSS section of the save data that was erroneously retained by the emulator. (offset 0x40000 + GeneralSize, invalidate the previous 0xC bytes by arbitrarily replacing bytes with something else so it doesn't match a Gen4 save block footer). Pokemon White Version.dsv
  13. Emulator issue where it doesn't completely reset the savedata when you change from Gen4 emulation to a brand new Gen5 game, in that it retains your Gen4 savedata. Your first save in Gen5 has only overwritten one half of the save data. Save again in-game.
  14. You'd have to debug it; G3PKM's RefreshAbility explicitly checks for not having a second ability, so something else is setting AbilityBit somewhere.
  15. PKHeX does not support ROM hacks. It supports unmodified games. How would a save file editor be able to magically reverse engineer every hack possible to figure out the stats available in that hack? Save files do not store that information. Edit them in the box, then withdraw them from the PC so that the game recalculates their stats for you.
  16. projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via console app! POKEMON EMER_BPEE01_00.sav.fixed
  17. Not a valid save file. The file doesn't even have .sav as the extension. Find a guide on how to extract your save file correctly from the emulator, or just dump it from your GBA cartridge again.
  18. I can't speak entirely for this app, but I can speculate if there's any automatic-application based on PID. If it's an odd-value PID (instead of even) and the app is setting the bitflag automatically? (This is moreso a troubleshooting guidance for the app author, not the user!)
  19. Don't select the second ability slot for pokemon that don't have a second ability. If the program sets the bitflag for "is second ability", the game will look up the data and find 00, which is "no special ability", because they only have 1 ability programmed.
  20. Not an issue with PKHeX; moreso an issue with how you are running it. You need a more up-to-date version of the compatibility layer (Whiskey). This was fixed in Wine 9.0-rc1 [Bug]: PkHex (.NET 8, Windows x64 build) crashes with System.EntryPointNotFoundException · Issue #1069 · Whisky-App/Whisky Might be fixable by setting locale per one of the comments, but ideally it's an issue with your version of Wine not having the required API that it should really have.
  21. PKHeX is a PC application and doesn't run on the Nintendo Switch. The only way to obtain your save data from a Nintendo Switch is to run homebrew to extract the save data, which requires you to have hacked the console, which is only possible if the switch isn't patched (ignoring modchips). https://ismyswitchpatched.com/ https://switch.hacks.guide/faq.html
  22. Truncation would only be suspect if it was via FTP, which you're instead transferring via USB. I don't have any ideas.
  23. Are you transferring the save file via FTP? Check your settings to ensure you're transferring binary, not ascii. The file might be getting truncated.
  24. Save properly in-game before exporting your save file from the console/cartridge.
×
×
  • Create New...