Jump to content

Kaphotics

Helpful Member
  • Posts

    7216
  • Joined

  • Last visited

  • Days Won

    357

Everything posted by Kaphotics

  1. Gen3 & 4 have PID-IV and PID-Gender and PID-Ability relationships. Modifying these values incorrectly results in the pkm not being valid. PKHeX is working as intended; if the data does not agree with itself => flagged.
  2. All missing / bad event info should be directed at the EventsGallery instead of PKHeX; PKHeX simply uses the community aggregate data. @theSlayer @Sabresite The dragonite with that TID has both Souvenir & Classic ribbon, and the other pgfs have not been contributed by the community (thus not recognizable).
  3. Kaphotics

    event mon

    Check the built in mystery gift database (via tools). Or press ctrl-G. can search for whatever species/event with that
  4. Kaphotics

    UI Error

    Extract both the exe and dll files from the zip. They need to be in the same location.
  5. PKHeX doesn't need the save file decrypted; it can handle whatever Dolphin dumps as it does its own decryption on read & encryption on save. No need for pbrsavetool Just use PbrSaveData directly with PKHeX.
  6. https://projectpokemon.org/home/forums/topic/41705-how-to-compile-the-latest-version-of-pkhex-tutorial/
  7. I was able to load the unmodified and save it and reimport. The decrypted_current likely fails to decrypt (the first few bytes are 00, hinting it is partially decrypted). Where did you obtain the partially decrypted file from? PKHeX has weak (simple) validation beyond file sizes, to prevent loading corrupt data.
  8. False positive from the antivirus; there's only 2 files in the zip and I'm the one who uploads the official files (hence you'd be getting the same). You can try compiling the program yourself, configuring your antivirus software to ignore the file, or wait until the program is not flagged by your antivirus.
  9. post pkm, mienfoo is permitted @ route 22 with level range 50-55. possible that the level range is wrong (40-45?) i blame bulbapedia
  10. You need to extract the dll and exe files, you can't mix and match with old versions.
  11. Right, PKHeX doesn't check for ribbon mismatches until the encounter is "approved", at which point it doesn't look for any more encounter matches. Similar to gen6 diancie collision, will have to add a collision case to the wc6 finder.
  12. I played with it a little this morning and the code isn't hitting the shiny check for gen 3. I'll fix it later today. edit: fixed https://github.com/kwsch/PKHeX/commit/cd6dfceb9e899b6b97434a5d2b1459038e0be508
  13. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/a9261a1eecbd45d28a4ed47ac06bccf2ce781e19
  14. thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/18aa7fe10043a66c174bdcdf102ac2c9feb59856
  15. Assumed fixed, see following thread for supplementary info:
  16. Fixed the save detection issue, thanks for reporting! https://github.com/kwsch/PKHeX/commit/c3e0d5339cfafa27fdfbd8e58c6cf90745e20fe9 OT name and strings show up correctly on latest commits (was previously reported).
  17. Fixed, thanks for reporting! https://github.com/kwsch/PKHeX/commit/4d91aad8765758e6cd6992444da4e5c89280bf78
  18. Language is not stored in gen 1/2 files; the drop-down is only provided for nickname resetting purposes. PKHeX doesn't load anything from that drop-down.
  19. VC games can trade from GS to RBY then can be imported to Gen7. Version for VC pkm is whichever game transferred it, as that value isn't stored in gen1/2 format. PKHeX detects your Charizard as being originated from an egg, as it's the only way the move is legal.
  20. Would need research, and won't be editable within the GUI (in other words, I'm not implementing this in PKHeX even if someone documented it).
  21. There's a bunch of missing locations for C/XD encounters due to the rebattling at another location. It doesn't really matter after transfer to Gen4+ (location is reset to Pal Park), but we can always add more location entries to the encounters file. https://github.com/kwsch/PKHeX/blob/0120263bd3d56603c703d91521ba62a3a1a6e61b/PKHeX.Core/Legality/Encounters/Data/Encounters3.cs#L416-L424 You can check the location ID by loading the pkm to tabs, then opening the batch editor, then selecting Met_Location from the dropdown. The location ID's value should be shown in a label above the textbox.
  22. Click on the triangle next to the preview sprite. The program tells you why they are not legal. > PID and encryption constant were both re-rolled PID-IV relationships are a thing in gen3/4.
  23. Careful, Gen3 has save block shuffling so absolute offsets won't indicate where the data is. Would need to know which save block & offset within block.
×
×
  • Create New...