Jump to content

Falo

Member
  • Posts

    26
  • Joined

Posts posted by Falo

  1. There is an error with your KeySAV / Mass Dumper, after several useless trys to make it work i found out that your blank.ekx is the mistake.

    A real blank.ekx is only zeros + encryption, there is no "Egg" data in them, after generating a blank.ekx with just zeros i was able to

    dump all of my boxes without a single checksum error.

    The egg data is a error by xoring a new save against a old save, this only applies for box data & battle box data.

    Also here the german torchic wondercard, only the text and 1 byte is different

    72zc46mw.jpg

    // edit:

    Region & Country id's can be dumped through the passerby data

    struct PASSERBY{
       struct PASSERBY_ENTRY entry[102]<optimize=false>;
       ubyte padding[0x50];
    };
    
    struct PASSERBY_ENTRY{
       uint unk1;
       uint unk2;
       wchar_t Name[13];
       wchar_t Message[17];
       ubyte unk3[0x12];
       ubyte region;
       ubyte country;
       ubyte unk4[0x44];
       ushort favoritePKM;
       ubyte unk5[7];
       byte stars;
       ubyte data[0x22];
       Printf("%s: %d, %d\n", Name, country, region);
    };

    some dumped country id's:

    country, name
    0, -
    1, Japan
    8, Anguilla
    16, Brazil
    18, Canada
    49, USA
    65, Australia
    67, Belgium
    77, France
    78, Germany
    83, Italy
    98, Portugal
    105, Spain
    107, Sweden
    110, United Kingdom
    136, South Korea

    country, region, country name, region name (sorry german)
    1, 0, Japan, -
    1, 2, Japan, Tokio
    1, 3, Japan, Hokkaido
    1, 4, Japan, Aomori
    1, 10, Japan, Ibaraki
    1, 13, Japan, Saitama
    1, 15, Japan, Kanagawa
    1, 22, Japan, Gifu
    1, 23, Japan, Shizuoka
    1, 24, Japan, Aichi
    1, 26, Japan, Shiga
    1, 28, Japan, Osaka
    1, 29, Japan, Hyogo
    1, 31, Japan, Wakayama
    1, 39, Japan, Ehime
    8, 0, Anguilla, -
    8, 1, Anguilla, Anguilla
    16, 0, Brazil, -
    16, 24, Brazil, São Paulo
    18, 0, Canada, -
    18, 2, Canada, Ontario
    18, 3, Canada, Alberta
    18, 10, Canada, Québec
    36, 0, Mexiko, -
    36, 16, Mexiko, México
    36, 27, Mexiko, Sonora
    49, 0, USA, -
    49, 6, USA, Arizona
    49, 7, USA, Kalifornien
    49, 11, USA, Florida
    49, 16, USA, Illinois
    49, 17, USA, Indiana
    49, 19, USA, Kentucky
    49, 21, USA, Massachusetts
    49, 22, USA, Maryland
    49, 24, USA, Michigan
    49, 29, USA, North Carolina
    49, 33, USA, New Jersey
    49, 35, USA, Nevada
    49, 36, USA, New York
    49, 37, USA, Ohio
    49, 38, USA, Oklahoma
    49, 42, USA, South Carolina
    49, 43, USA, South Dakota
    49, 45, USA, Texas
    49, 47, USA, Virginia
    49, 49, USA, Washington
    49, 50, USA, Wisconsin
    65, 0, Australia, -
    65, 8, Australia, Victoria
    67, 0, Belgium, -
    67, 3, Belgium, Flandern
    77, 0, France, -
    77, 2, France, Île-de-France
    77, 13, France, Haute-Normandie
    77, 14, France, Languedoc-Roussillon
    77, 16, France, Lothringen
    77, 18, France, Nord-Pas-de-Calais
    77, 21, France, Poitou-Charentes
    77, 22, France, Provence-Alpes-Côte d'Azur
    77, 23, France, Rhône-Alpes
    78, 0, Germany, -
    78, 3, Germany, Hessen
    78, 10, Germany, Niedersachsen
    78, 11, Germany, Nordrhein-Westfalen
    78, 15, Germany, Sachsen-Anhalt
    83, 0, Italy, -
    83, 8, Italy, Venetien
    83, 9, Italy, Friaul-Julisch Venetien
    98, 0, Portugal, -
    98, 8, Portugal, Azoren
    107, 0, Sweden, -
    107, 19, Sweden, Kronobergs Iän
    110, 0, England, -
    110, 2, England, England
    110, 4, England, Schottland

    1501 - Torchic (GER).zip

    1501 - Torchic (GER).zip

×
×
  • Create New...