Jump to content

Kaphotics

Helpful Member
  • Posts

    7214
  • Joined

  • Last visited

  • Days Won

    356

Everything posted by Kaphotics

  1. You have to search for something. It's not going to give you a list of 100,000 things to scroll through.
  2. Maybe the Yellow Triangle is a hint that it's unusable in-game...
  3. What does it say for the move description in-game?
  4. Change the origin game to the game that it originates from. Then enter in the TID/SID you want the game to show. The Trainer ID is stored as a 32 bit value. The game does a bitshift for gen6 game-origin and prior. The game does a modulo for gen7 game-origin and up. The value-portion that is discarded is the Secret ID.
  5. ty fixed in latest commits https://github.com/kwsch/PKHeX/commit/8650b5ceb2ecb6504882a262f452808a1dabadb9 https://github.com/kwsch/PKHeX/commit/4decaa73f7f659cf01411b5f299e9fa982da21d7
  6. why bother reporting issues if you're using a program that is 6 months out of date?
  7. Gee, if only there was a Nintendo Switch Pokemon ROM Editor that added drop table editing a few days ago.
  8. ty fixed in latest commit https://github.com/kwsch/PKHeX/commit/5fc15dc9c8619a4348511a222da410330a8aa945
  9. https://github.com/kwsch/PKHeX/commit/913d2773bffe0b665eb6f9e65d99d95515da7593
  10. PKHeX rejecting your file should be a hint that you are either: Loading the wrong file, or Incorrectly exported your save file.
  11. How far along have you played the game? Get your starter, save and close the emulator.
  12. ty fixed in latest commit https://github.com/kwsch/PKHeX/commit/a55b4da05c35150c9bda328511f954b80e889804
  13. It's because Darumaka-1's altform (required 1) doesn't match the current PKM's altform (actual 2) PKHeX's legality check checks for matching forms (since in prior games, pokemon didn't change their altform) edit: now fixed, thanks for reporting (I had another MrMime case passed along by someone else): https://github.com/kwsch/PKHeX/commit/913d2773bffe0b665eb6f9e65d99d95515da7593
  14. Kaphotics

    PKHeX error

    Read the stickied threads. https://projectpokemon.org/home/forums/topic/40006-issues-with-pkhex-read-this-first-swsh-update/ https://projectpokemon.org/home/forums/topic/38168-frequently-asked-questions/
  15. In the "Solution Explorer" pane on the right, the individual projects failed to load and are listed as "incompatible". Ensure you have .NET Core SDK stuff installed. Investigate why the projects failed to load, and that should solve your issues.
  16. Already known; certain existing features don't play well with the new upsized sprites. https://github.com/kwsch/PKHeX/blob/master/PKHeX.WinForms/Resources/text/changelog.txt#L19-L20 https://github.com/kwsch/PKHeX/commit/bf47317dd1616153e7be5bb85ab641f1cb3ede1a
  17. PKHeX has never auto-deleted when dragging between two windows. The processes do not communicate with eachother. It is up you you to drag & drop, and delete stuff afterwards if you so desire.
  18. >you did not load a save in PKHeX, did you? >Open your save file first. Goes without saying. If you wish to export a PKM from the PKM editor, then do that option instead. A Save File is completely different (it's the entire save data of your game).
  19. Open your save file first. You can't export a save file if there's no save file to export.
  20. Issues with plugins should be directed to the plugin authors, not to the main program's forum. Don't mix and match old plugins with new releases.
  21. "Transferring it to switch" is too vague. If you're using FTP to transfer, you need to set the correct transfer protocol (binary), otherwise it will truncate your save data (corrupt). Try exporting it again from your console and seeing if PKHeX loads what you tried to import.
×
×
  • Create New...