Jump to content

Kaphotics

Helpful Member
  • Posts

    8069
  • Joined

  • Last visited

  • Days Won

    493

Everything posted by Kaphotics

  1. 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.
  2. 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.
  3. The program saves the layeredfs folder next to the executable. To remove any previous modifications, remove the layeredfs folder.
  4. 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.
  5. Dump all to a folder, then import that folder. You can also drag & drop entire boxes if you enable the setting.
  6. 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
  7. 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.
  8. You'd have to debug it; G3PKM's RefreshAbility explicitly checks for not having a second ability, so something else is setting AbilityBit somewhere.
  9. 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.
  10. projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via console app! POKEMON EMER_BPEE01_00.sav.fixed
  11. 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.
  12. 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!)
  13. 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.
  14. 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.
  15. 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
  16. Truncation would only be suspect if it was via FTP, which you're instead transferring via USB. I don't have any ideas.
  17. 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.
  18. Save properly in-game before exporting your save file from the console/cartridge.
  19. Refer to CryptArray for how encryption/decryption works. You advance the RNG seed, and the top 16 bits are used to xor the data.
  20. You decrypt before (un)shuffling.
  21. If you've corrupted the save archive with unnecessary files, the game is resetting the contents. Try importing the save file after clearing the savedata from your console and reaching the title screen. The attached save file is fine.
  22. Neither of the tools you mentioned are related to this subforum. Assuming you are referring to https://github.com/santacrab2/PKHeXMAUI It already has auto legality.
  23. This isn't the place to report issues with a plugin. Seek assistance where you obtained the plugin from.
  24. Misconfigured size. It should be 128KB, not 64KB. The recovery program works just fine at reformatting your save data. projectpokemon/RecoverSaveGen3: Try and recover a Gen3 save file via console app! Pokemon - Fire red (1).sav.fixed
×
×
  • Create New...