Jump to content

Kaphotics

Helpful Member
  • Posts

    7271
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. IsNicknamed isn't a stored property; it's derived to help the user edit things (and for legality checks). I've revised the logic so that it uses the Language value; shows up as legal now: https://github.com/kwsch/PKHeX/commit/1ee459a46c4d1cc8c61a7691dc277dbcf8fbbdad Back 3+ years ago the PK3.Language field wasn't documented, hence the use of the vague "any language" check like was done for Gen1/2.
  2. Did you get to Newmoon Island without cheating or breaking the game's normal behavior?
  3. Kaphotics

    habillity

    Gen3 format (pk3) does not store the specific ability, only the ability index based on Personal Data. You cannot have an arbitrary ability in that game. Be sure to be more explicit when you ask questions.
  4. Try loading a valid save file.
  5. It's not really explained well; I guess you could've found it by searching my github for repos with "plugin"...
  6. https://github.com/kwsch/PKHeXPluginExample
  7. Yes, I've seen it; but I don't really care about this since nobody has really used it since it was implemented 3 years ago. PKHeX uses the hide_show_constant's as the spawn flags (red/blue here), and the event_constant's for event flag toggling (red/blue here). You'll have to debug it to see why the button isn't being enabled (because the script has it disabled?)
  8. Best to just use the disassembly and make things behave the way you want them to.
  9. Buy the DLC if you want to play the DLC.
  10. If only there was a Batch Editor
  11. The contents of the attached file, when viewed in a hex editor, are distinctly random. It's either encrypted, or garbage.
  12. If the pk7 has 15 PP when it should have at most 10 PP, then it is not legal for battling online. Working as intended.
  13. https://github.com/veekun/pokedex
  14. The Sun/Moon demo can only link with Sun/Moon. Ultra Sun / Ultra Moon cannot receive the gift.
  15. Version 20241115.1

    103597 downloads

    The latest build of SysBot.NET; compiled and ready to run (64 bit)!
  16. The mystery gift for LGPE was checking for a ribbon, when it never gets applied or transferred. https://github.com/kwsch/PKHeX/commit/4771158194396562206e255a848beb86ce5231bf
  17. @theSLAYER nice find Fixed! https://github.com/kwsch/PKHeX/commit/a3e7c4837e8b837236c1cff8db0f12d8d17b3d51
  18. Updated with the changed encounter type.
  19. Nothing made them 'become' illegal. They were illegal to begin with -- PKHeX adds new checks every so often. The legality check has flagged them as follows: Invalid: Incorrectly transferred from previous generation. If you look at the source code, that message is saved as "LTransferBad", which is referenced in one check.
  20. Kaphotics

    SHELLOS

    https://github.com/kwsch/PKHeX/commit/1c75093e2792d97835e88e1a9b5fec1a830714f6
  21. Version 24.11.12-PullRequest4393.35

    71295 downloads

    An experimental build of PKHeX meant for testing changes since the last stable release, and is not intended for general consumption. This may make certain features inoperable or corrupt your save file. Make backups of your saves before using. Use at your own risk. Looking for where to download PKHeX? Click here!
  22. No, PKHeX doesn't do any 3IV collision detection as there's only 2 instances of this happening: When the internal event binary is built, the 3IV is included first, and the No IV is included second; Directory.GetFiles doesn't return stuff in a defined order. I've updated PKHeX's behavior so that it plays favorites with the worse of the two cards. https://github.com/kwsch/PKHeX/commit/16341b4d910c676e05663dd4b050fe53fba4b161
  23. Because only the PIDIV algorithm is known; the species-PIDIV relationship isn't. It's best to positively recognize them as PCNYx, but not give fake hacks a sense of validity.
  24. Version 17.08.19

    12129 downloads

    Converts a pkm/3gpkm file to any of the forward generation formats, depending on what the user selects. Drag & Drop tool that emulates: Any official transfer method Fakes non-official transfer methods (backwards conversion)
  25. Kaphotics

    PKHeX

    you need to get the battery/sav file, not a savestate/snapshot.
×
×
  • Create New...