Jump to content

BlackShark

Contributor
  • Posts

    1731
  • Joined

  • Days Won

    106

Everything posted by BlackShark

  1. Use this list https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/other/en/text_Moves_en.txt Move ID is line number - 1.
  2. The save file has no progress. If you are on an emulator, don't use save states and save ingame normally as you would on your console.
  3. First make sure to set the modified Pokemon back to the slot. Also make sure to import the correct save back to your console/emulator (not any backup file) and (if on emulator) load the game normally, don't try to load a save state.
  4. Saves can have different formats and file extensions depending on the game. ".sav" was mainly used for save files from Gen 1 - 5, on the 3DS they where simply called "main" without an extension at all. The Switch uses "SaveData.bin" and "Backup.bin", the first is your current save while the latter is the backup used by the console incase the current save is corrupt. Just look how JKSV exports your saves from your Switch, you will see they look exactly like this. You should open the SaveData.bin, if PKHeX can't read it there's no data inside. Save ingame normally and stop using save states, then PKHeX will be able to read the file (assuming it is not a ROM hack that has modified how save data is stored).
  5. .Language=1 .IsNicknamed=false
  6. Go to Tools > Data > Batch Editor and run the following command. It will modify all Pokemon in all boxes. .OriginalTrainerName=PKHeX .TrainerTID7=123456 .TrainerSID7=1234 .OriginalTrainerGender=1 .ConsoleRegion=0 .Country=1 .Region=2 .OriginalTrainerGender=1 sets the gender to female, use 0 for male .ConsoleRegion=0 sets the console region to Japan (for other console regions use 0 - Japan, 1 - Americas, 2 - Europe, 4 - China, 5 - Korea, 6 - Taiwan) .Country=1 sets the country to Japan, for other countries check this https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/locale3DS/countries.txt .Region=2 sets the region to Tokyo, for other regions check this https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Resources/text/locale3DS/subregions/sr_001.txt
  7. BlackShark

    .pk4 files

    You could run this command on cmd (change the path to match yours of course): ren "C:\pathtoyourfolder\*.pkm" *.pk4
  8. Use the dev build or wait for the next stable release.
  9. Should be Up, Select and B.
  10. Wait for the next stable release or use the dev build until then.
  11. Just use PKHeX and give Double Edge to your Slaking? Alternatively PKHeX can also make the move tutor available again by unsetting the flag "Used Move Tutor in Victory Road (Double Edge)".
  12. Wait for the next stable release or use the dev build until then.
  13. In Gen 3? You can't, unless you make a ROM hack.
  14. "Export SAV" is to export your save file, which is not available because you have none opened. Right above is "Save PKM" which you can use to export the Pokemon. Alternatively you could as well just drag and drop the mon out of the window, either directly from the boxes or from the image in the top left.
  15. Tools > Data > Mystery Gift Database
  16. BlackShark

    PkHex Error

    Use the dev build or wait for the next release.
  17. BlackShark

    PKHeX Error

    As it was said in the previous posts, get the dev build or wait for the next release.
  18. BlackShark

    PkHex error

    Have you read the post right above yours? It's fixed on the dev build, so either use that or wait for the next stable release.
  19. There is 3DSRNGTool that can be used to encounter Pokemon with your desired IVs. https://github.com/wwwwwwzx/3DSRNGTool/releases/latest It's not possible to distinguish an edited Pokemon from an RNG'd one.
  20. There are no PID relations in Gen 6, you can just use any random number.
  21. No, what I meant is to dump the ROM again by using whatever tool was used to dump it first (recommended is GodMode9 if you have a 3DS).
  22. https://github.com/Admiral-Fish/PokeFinder/releases/latest
  23. Open the save in your hex editor (e.g. HxD, but any other works as well https://mh-nexus.de/en/downloads.php?product=HxD) Then scroll down to the end of the file and remove the lines, copy them to a new file to add them back later It doesn't matter which tool you use to import the Mystery Gifts, the result is the same. After all the Pokemon still get generated by the game itself, not by the tool used. You could even just add the items into your bag directly and nobody would be able to tell the difference.
  24. The Epilogue appends some extra data to the end. You can use a hex editor to remove the last 48 bytes, but you might have to add them back before importing the file back to the cart. Alternatively use PKHeX and the WC3 plugin, it can handle all file sizes.
×
×
  • Create New...