mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-24 18:56:58 -05:00
Minor/Irrelevant change
This commit is contained in:
@@ -288,7 +288,7 @@ private void B_Diff_Click(object sender, EventArgs e)
|
||||
for (int i = 0; i < 0x65400; i += 4)
|
||||
{
|
||||
// Skip Party and Boxes
|
||||
if (i == 0x14200) i += (260 * 6 + 8);
|
||||
if (i == 0x14200) i += (260 * 6 + 4); // +4 to skip over party count
|
||||
if (i == 0x22600) i += (232 * 30 * 31);
|
||||
if (BitConverter.ToUInt32(cybersav, i) != BitConverter.ToUInt32(newcyber, i))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user