Jump to content

Dybala

New Member
  • Posts

    35
  • Joined

  • Last visited

Posts posted by Dybala

  1. On 7/27/2024 at 11:23 PM, Dybala said:

     

    Using "Roy's Fuecoco" as an example (for all mystery gifts)

    Under my verification, the data for each gift consists of 632

    The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
    The time when the gift was received was recorded

     

    微信图片_20240727231842.png

    If you want to delete a "mystery gift", you must remove the 632 bytes to avoid bugs, and you need to fill the file with the same number of "0s" in order to keep the file size the same

  2. Just now, Dybala said:

     

    Using "Roy's Fuecoco" as an example (for all mystery gifts)

    Under my verification, the data for each gift consists of 632

    The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
    The time when the gift was received was recorded

     

    微信图片_20240727231842.png


    So how do we do the conversion?
    That is through UNIX timestamp conversion
    However, instead of being converted directly through the input, it needs to be reversed, as in the diagram "A2 F2 A4 66". We need to convert it to "66 A4 F2 A2" and then convert it to decimal and use "UNIX timestamp conversion" to convert it to time.
     

    0077d30633609ddc491b87b7058b70c.png

    c3590a20c395c42e8ab3f01024050aa.png

  3.  

    Using "Roy's Fuecoco" as an example (for all mystery gifts)

    Under my verification, the data for each gift consists of 632 bytes

    The first four hexadecimal two-digit combinations of each mystery gift "XX XX XX XX"
    The time when the gift was received was recorded

     

    微信图片_20240727231842.png

  4. Then open the exported file with "winhex".(Or some other hex editor)

    Don't get a headache because of the dense numbers

    We only need to know a part of the content to solve everything(In fact, because I don't speak English well, I can only explain part of it to you through a translator.)

    59b1f2abf1d6f1fee41584d6bb967d5.png

  5. On 2024/7/12 at AM2点13分, Dybala said:

    The solution has been explored, but the specific editing method is not clear, because there is no comparison table, and I have no research on hexadecimal, so I can only use the stupid "comparison method" to explore

    81a1686ca94edb1f8132fbeb4d5ff43.png

    a5274376c35245e4903986445b34511.png

    Obviously, by deletion is the most straightforward solution, If you want to edit the time, please refer to

     

    But this should be enough, after deleting, you can combine "Switch-time" and "Switch Gift Data Manager" to "organize" your "gifts"

    Of course, it is also possible to sort out the order by swapping the positions of these "rows".

     

     

    • Time Gear 1
  6. 7 hours ago, SkyLink98 said:

    The wonder record block for SV is not documented.

    You can extract the block with PKHeX and use an Hex editor to try editings, than import it back to the save file.

    Still, as said you'll not find resources or guides to that.

    The solution has been explored, but the specific editing method is not clear, because there is no comparison table, and I have no research on hexadecimal, so I can only use the stupid "comparison method" to explore

    81a1686ca94edb1f8132fbeb4d5ff43.png

    a5274376c35245e4903986445b34511.png

×
×
  • Create New...