Skip to content

Commit

Permalink
Community Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
kwsch committed Feb 7, 2015
1 parent 25185f4 commit 1630b38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion SAV/SAV_SecretBase.cs
Expand Up @@ -207,10 +207,12 @@ private void B_FAV2SAV(object sender, EventArgs e)
sav[sv + offset + 2 + 12 * i + z] = objdata[i, z];

if (GB_PKM.Enabled) // Copy pkm data back in
{
saveFavPKM();
for (int i = 0; i < 3; i++)
for (int z = 0; z < 0x34; z++)
sav[sv + offset + 0x32E + 0x34 * i + z] = pkmdata[i, z];

}
popFavorite();
LB_Favorite.SelectedIndex = index;
}
Expand Down
18 changes: 9 additions & 9 deletions SAV/SAV_Trainer.cs
Expand Up @@ -54,18 +54,18 @@ public SAV_Trainer(Form1 frm1)
"0x010", "0x010",
"0x014", "0x014",
"0x018", "0x018",
"0x01C", "PKMN Captured",
"0x01C", "Pokémon Captured",
"0x020", "0x020",
"0x024", "Eggs Hatched",
"0x028", "PKMN Evolved",
"0x028", "Pokémon Evolved",
"0x02C", "0x02C",
"0x030", "~People Passed",
"0x030", "~People Passed", // I think the following ones are Passerby actions...
"0x034", "0x034",
"0x038", "0x038",
"0x03C", "0x03C",
"0x040", "0x040",
"0x044", "0x044",
"0x048", "0x048",
"0x040", "Link Trades",
"0x044", "Link Battles",
"0x048", "Link Battle Wins",
"0x04C", "0x04C",
"0x050", "0x050",
"0x054", "0x054",
Expand All @@ -81,7 +81,7 @@ public SAV_Trainer(Form1 frm1)
"0x07C", "0x07C",
"0x080", "0x080",
"0x084", "0x084",
"0x088", "0x088",
"0x088", "BP Earned",
"0x08C", "0x08C",
"0x090", "0x090",
"0x094", "0x094",
Expand All @@ -107,15 +107,15 @@ public SAV_Trainer(Form1 frm1)
"0x0E4", "0x0E4",
"0x0E8", "0x0E8",
"0x0EC", "Nice! Received",
"0x0F0", "0x0F0",
"0x0F0", "Birthday Wishes",
"0x0F4", "Total People Met Online",
"0x0F8", "0x0F8",
"0x0FC", "Current Pokemiles",
"0x100", "Obtained Pokemiles",
"0x104", "0x104",
"0x108", "0x108",
"0x10C", "Super Training Clears",
"0x110", "Times Judged",
"0x110", "Judge Evaluations",
"0x114", "0x114",
"0x118", "0x118", // Link Trades?
"0x11C", "Link Battle", // Wins", // ?
Expand Down

0 comments on commit 1630b38

Please sign in to comment.