Jump to content

Kaphotics

Helpful Member
  • Posts

    6904
  • Joined

  • Last visited

  • Days Won

    326

Everything posted by Kaphotics

  1. PKHeX only checks the contest stats if it has not been traded. The error message reads: "Untraded -- Contest stats on XY should be zero." Since it has never left XY, there's no way to increase the contest stats.
  2. No, there's >3000 different flags, nobody is ever going to document the exact flag states for when the main story is completed. Just copy the event flag / constant region from another completed save; the offsets are on our wiki.
  3. Read the previous page, if the "URL can't be found" you need to try another link. You should be using homebrew instead...
  4. Thanks for the report, fixed in latest commit
  5. Then just use SaveDataFiler. Extract the save from the game instead of using Homebrew.
  6. It's something you launch with every time with OOT, as you can't install anything. You also have the option of downgrading your console to a more exploitable firmware, which comes with a lot more control (and piracy).
  7. Use homebrew instead. PKHeX no longer supports ram2sav (it was hacky).
  8. http://www.gamefaqs.com/boards/792673-pokemon-omega-ruby/71355430 There's also competitive collections in the PKM sub forum.
  9. The wonder card interface was redesigned, treat the 24 boxes below as if they were slots. They represent the card album. Right click and set.
  10. PKHeX works regardless of firmware; the question has always boiled down to whether or not the user has a way to obtain their save file. CyberGadget and Homebrew Menu are the only ways to dump and restore saves. If you have either, you're golden.
  11. Implemented in the latest commits: If you check the legality of a Pokemon that evolved from Wurmple, it'll check to see if the calculation matches the end species. If you check the verbose legality of a Wurmple, it'll tell you what it will evolve into.
  12. Closing due to not being related to PKHeX.
  13. Implemented in latest commit. Thanks for reporting!
  14. Implemented in latest commit. Thanks for reporting
  15. That tutorial is only for earlier firmware versions. The only way on current firmware is Cubic Ninja or Ocarina of Time w/Powersaves. Once you get to homebrew menu, save_manager can dump restore saves. Just use PKHeX's trainer editor.
  16. Homebrew is available for current firmware consoles so long as you have an entry point to get to homebrew menu.
  17. You can, but PKHeX can take care of that for you automatically when that Modify PK6 option is checked. You've already seen it working as the loaded file flipped legality states when read back from the tabs. Just load it and set it back to tabs.
  18. PKHeX modifies the handling and geolocation if the modify pk6 option is checked. Try disabling that option before you click the legality indicator. Also, older versions may be lacking such checks.
  19. PKHeX uses an internal wonder card database. New event data can be added by creating a wc6 folder and putting new wonder cards in that folder.
  20. The last update was almost 3 years ago. You can always try older versions of programs.
  21. Right, the 'internal database' is a baked-in resource file, like sprites. Only way to update it is to recompile The local folder allows you to expand the internal database for the current session.
  22. Yes. Grabs all the files inside the wc6 folder, even sub folders. https://github.com/kwsch/PKHeX/blob/master/PKX/f1-Main.cs#L854-L858 if (Directory.Exists(WC6DatabasePath)) wc6db.AddRange(from file in Directory.GetFiles(WC6DatabasePath, "*", SearchOption.AllDirectories) let fi = new FileInfo(file) where fi.Extension == ".wc6" && fi.Length == WC6.Size select new WC6(File.ReadAllBytes(file)));
  23. PKHeX uses the database from this thread to check events, yeah it's only updated every-so-often. PKHeX allows you to expand its internal event database. Create a "wc6" folder in the same folder as PKHeX.exe, and it'll add them to the internal database when the program is launched. Alternatively, just take the zip from this thread and extract it to that folder
  24. No, but you could recompile it after changing the default checkedstate in the designer view. I can also add a prompt when importing a battle video to allow the user to temp bypass.
  25. Do you have a save file loaded when you drop the battle video in? PKHeX modifies the handling and geolocation if the modify pk6 option is checked. Try disabling that option before you load the video. Also, older versions may be lacking such checks.
×
×
  • Create New...