Fix Pokewalker course unlock all

write to correct location
https://projectpokemon.org/home/forums/topic/56084-pokewalker-courses/
This commit is contained in:
Kurt 2020-01-24 17:10:53 -08:00
parent 46156b48c6
commit 92d1ccf3d9

View file

@ -228,6 +228,6 @@ namespace PKHeX.Core
}
}
public void PokewalkerCoursesUnlockAll() => SetData(BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
public void PokewalkerCoursesUnlockAll() => SetData(General, BitConverter.GetBytes(0x07FF_FFFFu), OFS_WALKER);
}
}