Jump to content

Kaphotics

Helpful Member
  • Posts

    7216
  • Joined

  • Last visited

  • Days Won

    357

Everything posted by Kaphotics

  1. Per Batch Editor FAQ: To set a date (Met / EggMet), use yyyyMMdd for the string. Example: ".MetDate=20160409" will set the Met Date to April 9th, 2016.
  2. now sets the first form encountered if none were prior: https://github.com/kwsch/PKHeX/commit/1e388fb85aeae3a466113e7094c92eb9b5e462d9 added with help from the crystal disassembly: RAM structure: https://github.com/pret/pokecrystal/blob/c2a7216d9b8689591ede817015bf96f263396bb8/wram.asm#L2714-L2722 Unlocked wild handling (extra): https://github.com/pret/pokecrystal/blob/73db02d3cdaf81a214ec6faa5462195618a80a48/battle/core.asm#L6695-L6761
  3. PKHeX saves files with the same extension that you put it in. You can always change the extension manually in Windows Explorer/etc. File extensions are just a part of the filename, and don't change anything in the underlying data. It's just a hint for the computer to double check the name before reading the contents.
  4. Save it to your desktop instead, and double check your SD card is not locked (switch).
  5. PKHeX is a computer program, not homebrew.
  6. A crash dump is saved to the same folder the exe is in. When in doubt, delete the exe and dll and re-download the latest zip.
  7. PKHeX does not check receivability per games; not within the program's scope at this time as this data is not stored in the gift templates. Working as intended.
  8. thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/9429bc69612c6d3acc4f9b39c5a4757b99305089 for now, just ignore the error (continue) or specify the ability it will have in gen3 (having no ability specified is what caused the issue).
  9. remove any installed patches, the patch's romfs overrides your edited base rom files.
  10. added https://github.com/kwsch/PKHeX/commit/92638568456a8fcd7b1d9250005343e83694248d
  11. Other programs already support editing these things (PokeStock can do all the above), hence it is not a priority for me. Current generation games end up taking most if not all of my time devoted, but I do accept pull requests / revisions if anyone else wants to add the functionality themselves.
  12. Language is shown for fixing name values, and is derived from matching the current Nickname string against any language. English is the first one it matched. Spanish pkm names are the same as English ones, with the exception of Egg (and Type: Null in Gen7). I'll add it in as a permitted gen1/2 language ID (Egg name being different was overlooked). https://github.com/kwsch/PKHeX/commit/b5640de538cd54b58edf6cb8c79230159b90795c
  13. You've already created a thread, and refused to follow through on fixing it yourself.
  14. IVs do not prevent saving. Working as intended for EVs.
  15. Closed for pertaining to piracy (playing a game you do not own).
  16. Event wc6 files do not have memories (thus all values should be 0), whatever you have has been tampered with.
×
×
  • Create New...