Jump to content

Kaphotics

Helpful Member
  • Posts

    7004
  • Joined

  • Last visited

  • Days Won

    334

Everything posted by Kaphotics

  1. Already present, see the bottom right corner of the Trainer Info editor.
  2. There's tons of script files, it's not surprising that there is no mega-thread of information of what is where. I suggest looking for pre-existing examples in the normal game; find the script file for a given area that is known to do something similar, then expand with your new script!
  3. This issue has been fixed since the latest public build; a user reported the egg-set bug on Jan 1st via Private Message. New release due today or tomorrow... there's still a few things I need to look at.
  4. Fixed in latest commit. Thanks for reporting
  5. backwards jump 0xFFFFFB7F = [-1152] the jump value is treated as an int32
  6. Unable to reproduce what you are experiencing; it works fine on my end.
  7. You do know that this wonder card was contributed, right? 1019 - 박세준 (Champion Se Jun Park) Pachirisu (KOR) (F) You can put it in your SAV with PKHeX by either converting to pk6 or just putting it in your Mystery Gift list.
  8. The save file you have sent me is uninitialized; you have to save in-game before the save can be modified.
  9. Just rename it; the "." in ".wc6" somehow was removed. 1054 - 후파 선물.wc6
  10. Heh, yep. Fixed in latest commit. Thanks for reporting
  11. Use svdt instead of save_manager; svdt will update the secure values for you and let you play old saves.
  12. See previous page. http://projectpokemon.org/forums/showthread.php?44950-pk3DS-XY-ORAS-ROM-Editor-amp-Randomizer&p=211371&viewfull=1#post211371
  13. Only with the action replay will it work; the authentication server has to be modified to point to the AltWFC server. The DS first communicates with nintendo first, then the GTS which WAS spoofed. Gotta authenticate first.
  14. Similar to this, every item can have an EFFECT when it is USED outside of battle. 1 - Medicine 2 - TM's 3 - Bike 4 - Sweet Scent (Honey) 5 - EXP Share 6 - Evolution Item 7 - Escape Rope / Mail (Unused) 8 - Berries 9 - Eon Flute 10 - Black/White Flute 18 - Fishing Rods 24 - Gracidea/Reveal Glass/Prison Bottle 25 - Dowsing Machine 26 - DNA Splicers
  15. It doesn't matter, anything is legal.
  16. Example: Charizard has its normal and 2 megas. Forme 0: Normal Charizard Forme 1: X(?) Forme 2: Y(?) That's how you do perma mega formes.
  17. It's entirely possible that the '31' forme setting doesn't work for Mega pokemon as it's not a typical forme. It's not ideal to have 100% mega or 100% nonmega forms in the wild (as there appears to be no 'random' forme setting). Similar for Arceus, probably just the way the game is coded.
  18. You'll also notice that all non-genderless past gen Pokemon are now male; which is the root of the bug (5->6 forgot to transfer Gender!) Fixed in the latest commit; also implemented the HM banlist when transferring 3->4 and 4->5 (favoring Defog over Whirlpool). Thanks for reporting, new version is in the sticky
  19. Assuming you tried to save with the menu bar, it looks like it was just an operating system error where it was unable to write the file (file was locked/in use/uncreatable or something).
  20. The SetToSAV Modify Dex doesn't touch the dexnav counters (it could, maybe I'll just enable it to change 0->1 and that's it). The Encryption Constant is the 'seed' which encrypts the Pokémon; for past gen pkm it should be equal to the PID, but it really doesn't matter (it's not checked by any legality check). edit: Implemented 0->1 in latest commit. Won't be posting a new version until it's warranted, feel free to compile
  21. Kaphotics

    PGF Support

    Glad it's useful PGF/PGT/PCD support is now live!
  22. Fixed in latest commit. Apologies for not catching the second half of the bug (editing instead of viewing); thanks for reporting! New version posted in OP with this fix.
  23. PKHeX now has the ability to convert WC6->PK6 now, just convert them on your own. The Wonder Card ID is 0082 for all of them, you can find them in our Event Contribution zip.
×
×
  • Create New...