Jump to content

Leaderboard

  1. theSLAYER

    theSLAYER

    Administrator


    • Points

      2

    • Posts

      22526


  2. Kaphotics

    Kaphotics

    Helpful Member


    • Points

      1

    • Posts

      7328


  3. BlackShark

    BlackShark

    Contributor


    • Points

      1

    • Posts

      1705


  4. MewTracker

    MewTracker

    Member


    • Points

      1

    • Posts

      101


Popular Content

Showing content with the highest reputation on 05/09/23 in all areas

  1. Added on latest: https://github.com/kwsch/PKHeX/commit/3bde807bf2e7a3337db62bf19fc9ae98d6374e13
    1 point
  2. UPDATE my friend in my hometown said he will help me; he's an electrician and has a soldering kit with reflux. I will update with pictures and stuff when we work on it in mid june when I drive home after grad school ends to finally meet his wife and hang out for a bit.
    1 point
  3. @Bakkyunkyun Yes, this is possible. You have to edit SID/TID and perform a careful adjustment to Pokémon's PID value. Let's say my shiny 6IV Ditto has a PID value of 0xF213B956 and was caught by a trainer with SID=1234 and TID=567890. I changed SID to 1111 and TID to 222222. To make my Ditto legal: 1. Remember "Xor" value, PKHeX shows it when you hover over PID edit box (text will be "PSV: <number> | Xor = <number>"). For our example Ditto it's 1. 2. Compute packed TID/SID value: 1111222222 (decimal) = 0x423BE7CE (hex). Let's call high part TH=0x423B and low part TL=0xE7CE. 3. Compute 16 upper bits of Ditto's new PID value. The formula looks like this: TH ^ TL ^ Xor ^ PIDL (PIDL is low 16 bits of old PID). So we get 0x423B ^ 0xE7CE ^ 1 ^ 0xB956 = 0x1CA2 ( ^ denotes exclusive or) 4. Replace old high bits of PID with new ones so 0xF213B956 becomes 0x1CA2B956. Pokémon is now legal @Elexander I won't update seed files anymore because the program allows you to generate same information in few seconds. Result table will contain all basic Pokémon information, so it's easier for bulk viewing. Yes, all high-herba raids have a small subset of Pokémon in them. For 6 star raids they are listed here.
    1 point
×
×
  • Create New...