Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. "best" is subjective, pick what feels best to you. No manual edits required, just use the Shiny Rate editor.
  2. That's not a gen 7 event, thus the OT cannot be the current handler.
  3. Yes, yours is likely still legal. PKHeX's encounter matching logic is just short circuiting as there's an ingame eevee egg with no relearn moves.
  4. Wait for the next release, ignore the message for now.
  5. done https://github.com/kwsch/PKHeX/commit/5117f3a5c96bc8c77c44d22d10c8280aedb34e63
  6. The game stores trainer teams for every battle; this is an entirely separate chunk of code compared to what starters you may choose from. You'd have to edit the trainers for the rival. The game stores game text, you'd have to modify that too. Unfortunately, there are no all-in-one easy-to-use tools or guides for NDS games.
  7. use google https://www.google.com/search?q=change+starter+pokemon+hgss https://www.pokecommunity.com/showthread.php?t=295124 https://www.google.com/search?q=change+type+effectiveness+hgss https://projectpokemon.org/forums/forums/topic/9159-editing-the-effectiveness-and-resistances-of-types-in-hgss-amp-bw/
  8. Per the FAQ: Can't support a transfer feature if we don't know how to reasonably emulate it.
  9. Beat the game first to unlock the feature.
  10. Right click the gift in the database. pkmdb is something you create by dumping your own boxes. It is not something included with the program.
  11. Because S/M transfers it and changes the met level to something that would be valid (4->5 does that).
  12. I suspect you aren't defining the pkm as an egg; Charmander learns Rock Slide via TM as well.
  13. Kaphotics

    I need help.

    Excellent, pushed the fix-commit https://github.com/kwsch/PKHeX/commit/59ac78b70a24d34eb4c4d4fce01d43a7d5792b11 thanks for reporting!
  14. Kaphotics

    I need help.

    Round 2 try this version! I've changed the scaling mode to inherit from the control it is placed on; follows the recommendation from Microsoft. Issue: Child controls on a UserControl may get clipped in a system with a lower Font Dpi Fix: Set the UserControl's AutoScaleMode property to "Inherit".
  15. Yep, that was the issue. Fixed! https://github.com/kwsch/PKHeX/commit/8dbb82cf8832120d011f3333f6993e4def1f1177 Instead of keeping parity with PokeGen, I made the illegal one the (2) so that the legal "Faraway place" pops up first. Thanks for reporting!
  16. It's failing to load the correct met location I think; no need to re-RNG it as I can reproduce the issue on my end. It's PKHeX screwing up
  17. Met location is Faraway place (ID=2); it's expecting something else. There's an underlying behavior issue with the Met Location loading when switching between different generations of met locations; I assume that it reset the met location when you viewed it. Try viewing twice edit: wait
  18. Kaphotics

    I need help.

    please try the version in this link; I changed the autoscaling properties to potentially fix this issue (since it appears your UI scaling is not 100%)
  19. It's not a feature. https://projectpokemon.org/forums/forums/forum/23-save-editing-help/
  20. Thanks, fixed. Was matching a wurmple encounter for pokewalker (static encounter), latest commit skips static encounter matches for safari/sport balls
  21. Animation files are in another garc. The effect value is related to the move's in batlle effect code.
  22. No worries
  23. https://github.com/kwsch/PKHeX/commit/e5220946794a4def91cd4afc753abf6aca83f8be
  24. d&d issue fixed: https://github.com/kwsch/PKHeX/commit/11aab91eeef9bfbb86e56e45bb259600fe1e4fca Was tricky in that you have to quickly move the mouse out so that the forwarded event gets sent to the correct event handler... DoDragDrop depends on mouse position . The main form wasn't using the forwarded data correctly; now it is. Thanks for reporting!
×
×
  • Create New...