Jump to content

Kyzen

New Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Kyzen

  1. On 4/3/2020 at 8:38 PM, BlackShark said:

    Gen 3 Secret Bases are documented in PKHeX, just not implemented into the GUI.

    https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Saves/Substructures/Gen3/SecretBase3.cs
    https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Saves/Substructures/Gen3/SecretBase3Team.cs
    https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Saves/Substructures/Gen3/SecretBase3PKM.cs

    Save offsets

      Reveal hidden contents
    Offsets
    Ruby/Sapphire
    Block 2
    0xA88 - 0xF7F   Bases 1 - 7 + first 152 Bytes of Base 8
    Block 3
    0x000 - 0x787   Last 8 Bytes of Base 8 + Bases 9 - 20
    0x7A0 - 0x835   Decoration Storage
     
    Emerald
    Block 2
    0xB1C - 0xF7F   Bases 1 - 7 + first 4 Bytes of Base 8
    Block 3
    0x000 - 0x81B   Last 156 Bytes of Base 8 + Base 9 - 20
    0x834 - 0x8C9   Decoration Storage

     

     

    Hello! How do I implememt these onto PKHeX?

×
×
  • Create New...