Jump to content

Kaphotics

Helpful Member
  • Posts

    7272
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. use pk2pk https://github.com/kwsch/pk2pk
  2. Sure, go ahead and figure out how to edit everything first before it can be considered for implementation in PKHeX. https://projectpokemon.org/forums/forums/forum/4-save-research-amp-development/
  3. Trading between generations is only possible with Gen1 and 2, can't backwards convert for the other games. When trading, the data is swapped. PKHeX doesn't swap data as it allows you to clone data. Just open two windows of PKHeX and drag drop between to facilitate a trade. You already have the save file data, just transfer a pkm and delete on the other save if you want to emulate a swap.
  4. Doesn't store years either, just keeps ticking. It screws up after 366 days, hence the need for the berry glitch fix (read up on bulbapedia).
  5. If the seed is 16bit then all that has to be done is brute force seeds from day 1 to see the minimum time for a seed. I'm pretty sure it'll be low enough such that all seeds are possible to obtain prior to the event.
  6. Are you sure day is constrained to 31 days? The rtc doesn't store months elapsed, so the day value keeps incrementing. It's a 16bit value!
  7. The latest commits of PKHeX support viewing of the saved RTC values, a dry battery yields 5A0 which is 1 day. Basically it's just an elapsed time since initial power on (iirc). Wouldn't surprise me if those debug pid values are a date 03/27/2003
  8. You can always ignore the legality results. New releases are only uploaded when the program updates are tested and stable.
  9. ramsav's were never main files, only pieces of one. Here's an old version that supported ramsavs, just dump the info from there and load it into another main file.
  10. easier to dump boxes and to read from offset 0xDE of each file. Hyper Training IVs is a bitflag. There has to be a limit on what data is shown in the box data report, but you can always use PKHeX.Core in programming projects (or just edit PKHeX's src) if you want to visualize your data another way.
  11. they're in the overlays not narcs, the game pivots off the ability values during battle.
  12. You sure you looking at gen7? They appear fine with gen7 origin, but can't be inherited via gen6 as males didn't pass balls yet. All situations are analyzed correctly with the latest commits...
  13. should be fixed in the latest commit any installed game patch provides a new exefs which is used instead of the one provided by the (edited) ROM; you have to remove any installed patch in order to ensure your files are the ones that are used.
  14. Just ignore the message until the next release Thanks for reporting!
  15. View -> set to another unlocked slot. We won't provide info on how to manually unlock/bypass the locked-box restriction; it keeps users honest during competitions.
  16. Not a problem with PKHeX; likely is an issue with how you are transferring between PC<->3DS and restoring it to the cart. Be sure that "main" is the only file in the folder when reimporting, and that the filesize is not different (original/edited). "saved the modified save separately" implies you saved it with a different filename; the game is expecting "main".
  17. Soundhax still works on 11.3
  18. You would have to look at the properties of the event gift you are trying to search for. Lots of cards are not language-specific. https://github.com/kwsch/PKHeX/tree/master/PKHeX/MysteryGifts =Language=2
  19. If there isn't a specific tutorial already posted, then you have to figure out how to do it yourself with the resources that are available. If compression isn't yielding a similar file size, you should probably investigate why. Also look to see how other arm9 / overlay edits can be made compatible with flashcards.
  20. Name Rater: "However, if the player and the Pokémon's original Trainer have identical Trainer IDs and secret IDs (which is extremely unlikely), he will allow the player to change the Pokémon's nickname. In Generation V, both players must also have the same name and gender as well." Sure I can add a Fishy flag, but it's technically possible to nickname events. As for searching for a language, use the advanced search with the language ID as the property.
  21. Set it to 49 and then hit 50; there's event flags that need to be set for things to be able to unlock. Alternatively, wait for the next release where this will be editable.
  22. "I set the date as 11/20/2016 on my Nintendo 3DS" you received it -> console date is received date. problem?
×
×
  • Create New...