Jump to content

Kaphotics

Helpful Member
  • Posts

    8036
  • Joined

  • Last visited

  • Days Won

    486

Everything posted by Kaphotics

  1. not a problem with pkhex, you need to re-export your save file as the file you are trying to load is invalid.
  2. Mystery Gifts gen3: https://projectpokemon.org/home/forums/topic/35340-gen-3-e-reader-event-injection/
  3. Ultra beasts can be battled infinitely. There are no event flags to set.
  4. No It's worth mentioning that PKHeX does apply valid trash bytes for these transfers, however, transferring to the 3ds era wipes them. So there's no use checking them in the context of the current generation.
  5. the flag1 is a bunch of flags (see bits); the lowest bit is apparently 'makes contact'. 73 = 1001001 72 = 1001000
  6. Unable to replicate. 201-23 - UNOWN - F3BB.pk2
  7. should be fixed now: https://github.com/kwsch/PKHeX/commit/5888898e7d5fa3555ad8b5908de3dd7443a273e7 was skipping the first encounter (level10) and matching the second (gift Odd Egg) which was missing a conditional check
  8. Anyone can reuse PKHeX's source code (PKHeX.Core) to batch convert mystery gift files. It doesn't have to be done by PKHeX.exe It's something a standalone application can do, so anyone in the community can step up and make a tool.
  9. Outside of PKHeX's scope; it is left to the user to verify if the matched card can be obtained by the game it was received on. Card obtainability is not stored in the wc* data that PKHeX uses.
  10. Yes, it will have a problem. They must be pk* files, not mystery gift files.
  11. fixed https://github.com/kwsch/PKHeX/commit/76385a6b4a408b0c7c178ad4ae830b7ca909b277
  12. It only says that if there are no files in the folder. Do not use folders within folders; PKHeX only looks in the top folder.
  13. Showdown sets import based off of gen4+ item indexes; any parity with Gen2 item names is not supported.
  14. Thanks, fixed in latest commit (added the static encounters to the list of encounters): https://github.com/kwsch/PKHeX/commit/cfe78a7a0c3fab428e0571f2f318d0d8593c0869
  15. The program works fine without shitty antivirus programs.
  16. Thanks https://github.com/kwsch/PKHeX/commit/1b409dd3276d59485da7b85770278f1a5f79018e
  17. Loading the pkm to tabs then saving causes the catch rate to update if not matching its Red/Blue evo chain values. The tradeback feature is for enforcing a Gen1 only metagame/checking.
  18. It uses RB's table, as RB vs Y is not conclusively detectable from the raw data. There's no way to manually make a Yellow Pikachu unless you use the Batch Editor.
  19. Not a bug, working as intended. The catch rate for a hacked PKM is only overwritten if the current catch rate does not match any of its evo chain; if it needs updating, it uses the current species. Hacking a Pidgeot straight will cause the catch rate to be Pidgeot's; you need to force it down to Pidgey/Pidgeotto then evolve it (either ingame or via PKHeX).
  20. Fixed, although somewhat unrelated: https://github.com/kwsch/PKHeX/commit/14821dfb82ad6015417823f2491a0477535973e1 PKHeX gets the base species then enumerates the chain to see if any of the catch rates match. You'll have to temporarily set it as the original species from another unrelated chain: Pigeot -> Mewtwo -> Pidgey -> Pigeot 0 -> 3 -> FF -> FF I don't think it's a big enough need to have direct editing of the catch rate; may necessitate a new custom control (Auto checkbox, species selection, raw entry) which is a bit of effort for something so minor.
  21. PKHeX does not have insider knowledge on how the save files are organized. All information/edits has to be researched first by the community prior to being public knowledge. In other words, nobody has cared enough to figure out how to edit much in the demo... because it's just a demo.
  22. Gen1 stores the pkm's catch rate when it is captured and is unused. Transferring to gen2 converts it to an item if necessary. If you remove the item, the value is 0. You can't trade Gen1->Gen2->Gen1->Gen2 to constantly make items. Probably was edited/modified prior. Loading a gen1 save with tradebacks disallowed shows your Pigeot as invalid (as the catch rate data needs to be valid, which isn't, because the held item was removed at some point).
  23. Held item of that pkm has already been removed. Catch Rate in gen1 is stored at 0x7, which in that pk1's case, is 0. Transferring over an untouched Pigeotto->Pigeot pk1 yields a Berry. 018 - PIDGEOT - E3D1.pk1
  24. In the first prompt, select the second option.
×
×
  • Create New...