Recent content by codemonke85

  1. codemonke85

    Hacking Problem with edited saves from 'PKMDS fro web'

    I agree, if you have the option to use PKHeX, you absolutely should. However, as the creator of PKMDS for Web, I can tell you it is a mostly stable alternative if you cannot. It doesn't! I'm not exactly sure what happened here.
  2. codemonke85

    Hacking Datel Powersaves now supports Pokemon X/Y

    What could we actually do with this SAV anyway?
  3. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    The only way that would matter is if the EV limit is surpassed / more than 2 EVs are "maxed out". Otherwise there's no red flag.
  4. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    I'm glad you took five seconds out of your day to get a fair sample data before decrying our chat as "mostly bull shit". Thanks for making the internet a better place!
  5. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    Care to join us? projectpokemon.org/irc
  6. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    Ah. I finally see what you mean... I was calculating the checksum after encryption instead of before. Not sure how I made that mistake. I fixed the source code, but I'm still wary of distributing a binary when so many people are eager to blame an editor that can't even get data into the game for...
  7. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    I just used my editor to open and save a PKX and the output was identical with the input file. I also tried saving as an encrypted PKX, loading that, and saving again as a decrypted PKX... identical again. I attached the files in question to this post. EDIT: For good measure I loaded the...
  8. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    How exactly would a bad egg spread to other Pokemon "within close proximity"? It doesn't work that way....
  9. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    Thanks to the Bad Egg scare, I've removed my editor's DropBox link. The source is still available at my GitHub, so now anyone who wants it can build it themselves (and consequently find the Bad Egg producing "error" that doesn't exist). Could you guys pull the file from the GBATemp downloads...
  10. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    Yes it is.
  11. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    So you're all aware, the source for this project and every other Pokémon hacking project I'm working on is available on GitHub: https://github.com/codemonkey85/PKMDS-G5. If anyone has any questions about the nature of this or any other of my projects, I invite you to email me at codemonkey85 AT...
  12. codemonke85

    Hacking Pokémon X/Y Dumper and Editor

    Hi everyone. Just for clarification, I have no good knowledge regarding the extraction or insertion of PKX data to / from the games. All I really did was take my existing save hacking library and add a couple files concerning Gen VI, and make a bare-bones editor for experimentation in these...
  13. codemonke85

    ROM Hack Pokewalker app idea

    A lot of people assume that the entire PKM isn't stored in the 'Walker, but I don't see why it wouldn't be. After all, the 'Walker does store all of the information of the owning Trainer's current team and stuff (which is transferred if you connect two 'Walkers), and 136 bytes is a trivial...
  14. codemonke85

    ROM Hack We need a Pokemon GBA PokeSAV equivalent.

    The problem is that I still don't know how to determine the GBA save file checksum algorithm(s), or why the stored Pokémon offsets are in flux. The Pokémon data itself looks to be already mapped on Bulbapedia, and if there are any holes, I'm not too concerned about filling them in. In fact, if...
  15. codemonke85

    ROM Hack We need a Pokemon GBA PokeSAV equivalent.

    I realize that it's been a while since anyone added to this thread, so I hope I'm not breaking any rules, but it seemed like an appropriate place to post. Some people would like there to be a program for exporting GBA Pokémon to the PKM file format used by Pokésav, so that they can "emulate"...