Jump to content

pokecon

Member
  • Posts

    39
  • Joined

  • Last visited

Posts posted by pokecon

  1. That's odd. Pretty sure that was a problem with sharing permissions. Also I can't attach .cpp files here (forum won't let me), but the latest ones will always be on my Drive account anyway, so try getting them directly from these links:

    pkmds_g5

    pokeprng

    EDIT: For whatever reason, pokeprng.cpp has no preview, although pkmds_g5 does. So here's a Pastebin, since the PRNG isn't changing anytime soon anwyay: http://pastebin.com/ZwSFnEdu

    Additionally, if you have a Google account, I can just add you to the share list so you can sync these files to your computer.

    I am still facing issues, can you write a .cpp code(command line tool) that will decrypt/encrypt the all PC PKM in the sav file + save it.

    The program takes the command like this:

    1 for encrypt, 0 for decrypt

    ./file sav.sav 1   (linux)
    or
    file.exe sav.sav 1   (windows)

    What I have (but this only encrypt individual pkm files)

    http://pastebin.com/TvZU6daz

    Uses the command
    file.exe input.pkm output.pkm

  2. Having some encrypted Pokemon files, 136 bytes after 0x400 will match that encrypted pkm file

    After that 136 byte, starting second encrypted pkm file will no longer match (except the first 8 byte)

    Do anyone know what could go wrong or how it works after?

    By the way, it is on a Black 2 save.

×
×
  • Create New...