Jump to content

Sarutopi96

New Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Sarutopi96

  1. once its imported what is the next step? im missing something.

    EDIT:

    I found the solution looking around from blackshark

    "You don't have to go into the Mystery Gift menu.

    After you imported the wondercard correctly go into the 1st floor of any Pokemon Center, there's a guy on the left who will give you the ticket."

  2. On 9/30/2019 at 8:14 AM, BlackShark said:

    Gen 3 save files are split into a current save and a backup save (0 - 0xDFFF and 0xE000 - 0x1BFFF), which is which changes everytime you save your game. These saves are each split again into 14 blocks with 4096 (0x1000) bytes each, these blocks are not static, there offsets change. Each time you save, all the blocks get moved up by 1.

    To find the correct offset now we first need to find out where our current save is. Therefore we are going to check the save counters. I compare the value at 0xFFC - 0xFFF with the one at 0xEFFC - 0xEFFF. The second one is higher in my case so the current save is between 0xE000 and 0x1BFFF.

    Next we have to find the block with ID 0. This Block ID is at 0xFF4 in each block, so I would check 0xEFF4, 0xFFF4 ... 0x1BFF4 until I find ID 0. In my case I found ID 0  at 0x17FF4, so I know block 0 is a 0x17000 - 0x17FFF which means the final offset for the battle tower stats would be 0x17572 and 0x17570.

    hi, sorry to bring this up again. but how can i open the save file in order to see those values? I m looking to modify the battle tower streaks aswell.

  3. On 9/17/2023 at 8:33 PM, theSLAYER said:

    Either import a file that came from GO, or catch one legitimately in GO then transfer that.

    If you fancy, use this. Don’t change any of the immutables.

     

    when i drop this darkrai into my save file it results as illigal. Is the OT name an immutable?

×
×
  • Create New...