Jump to content

Kaphotics

Helpful Member
  • Posts

    7967
  • Joined

  • Last visited

  • Days Won

    478

Everything posted by Kaphotics

  1. No. Only Cyber Gadget Save Editor works for cart/save decryption, and it only works for Japanese games.
  2. Correct. Only Maison trainers can have EVs and natures.
  3. The first four hex digits are the Pokémon's checksum. If the EC and Checksum are the same, the Pokémon is quite likely the same. I'll switch it to an actual hash in the next release, as some sets may result in the same checksum.
  4. No; there are no ingame trainers with shiny Pokémon. The game doesn't have the ability to make them shiny.
  5. a/2/1/4 has all of those 'name' bclims. the GARC has multilang sub-darcs and can't be repackaged by GARCTool.
  6. Of course it is possible, but it's not happening with PKHeX. Unlocking is only possible if you cancel participation with an active tournament; not adding tournament data will prevent users from unlocking ingame. Manually adding the tournament data via save editing on an exploited console would take more time than the entire tournament. Just use team sheets.
  7. Via "About PKHeX" -> Shortcuts: Alt-Click a slot to delete the data in slot. Control-Alt-Click a slot to (Clone/Delete) set a Pokemon to every slot in the box.
  8. Fixed in the latest commit. Thanks for reporting
  9. Fixed in the latest commit. Thanks for reporting!
  10. 75% of the dlls were updated (game code modules) tons o bug fixes
  11. The issue has been resolved - the form will now save the current entry when closing. If you don't want to recompile code, just flip to another trainer before closing so that your data saves.
  12. Thanks, fixed in the latest commit. The use of "\" and "[" wasn't noticed; I've since added them to the escape-list for loading & importing. Re-export to be safe; else just compare files (files 201 & 202 are the offenders for the French Language).
  13. I already told you what is causing it; you would have to send whatever text file is causing the issue to me.
  14. Corrected in the latest commit, along with some visual improvements to the Levelup/EggMove editors
  15. if (val == '\\') // Line Break if (line[i + 1] == 'n') { i++; bw.Write(encryptU16('\n', ref key)); } else if (line[i + 1] == 'r') { bw.Write(encryptU16(0x10, ref key)); i++; bw.Write(encryptU16(1, ref key)); bw.Write(encryptU16(0xBE00, ref key)); } else if (line[i + 1] == 'c') { bw.Write(encryptU16(0x10, ref key)); i++; bw.Write(encryptU16(1, ref key)); bw.Write(encryptU16(0xBE01, ref key)); } else { throw new Exception("Invalid terminated line"); } You're likely using \ (forward slash) somewhere; not sure where this is happening. If the game does naturally use the forward slash, I may have to just add the ability to write '\'.
  16. No idea what is causing the moves to not work; would need to have a pastebin that I can step through/debug to figure out what is wrong. Fixed the no-item sets not loading; the initial error checking seeks for the @ symbol for the start of a set; now if that fails it will just run the species/nick/gender check and return if no data.
  17. The popup text is incorrect; it will only change categories if the checkbox is checked. Just ignore what that text says.
  18. Thanks Crowhogan33 for bringing this to my attention: (Randomized Trainer Class fix) ~ Fixed Trainer Class Randomization from screwing up exe in first post has been exchanged with 04-13-15 which also has some new researchy features if you read the source code
  19. either method with PKHeX: load the source dump (pcout/rsavout) dump all boxes to folder (in PKHeX) load the destination game dump import all boxes from folder export new pcin/rsavin
  20. No. First line of the first post: Edited ROMs can only be played on exploitable consoles (Firmware 9.2 and below) by using the Gateway Flashcart.
  21. >Web Injection Patched in 9.5.0-23 exploit that allowed web injection was patched go read the countless replies and repeat questions, it's getting old.
  22. Updated first post with the current compile of pk3DS.
  23. Sure. I want to get O-Power data editing in tonight (viewing was last night), then I'll update the executable
×
×
  • Create New...