tsubasa830 Posted September 24, 2019 Share Posted September 24, 2019 Failed to delete Recevied List in Mystery Gift. Deleted it and saved but still appears when opening Mystery Gift. Is there any way to delete the Recevied List? Wrongly imported SM-only WC to USM.Thanks Link to comment Share on other sites More sharing options...
Kaphotics Posted September 24, 2019 Share Posted September 24, 2019 Thanks, fixed in latest commits https://github.com/kwsch/PKHeX/commit/33649d4e02cbea00ac89dfd7148a190677027852 im pretty sure received flags aren't transmitted anywhere, if you can wait for the next release that or restore a backup, or hex edit: offset 0x66200 thru 0x66300 store the 0x800 bitflags in US/UM. For flag 'n', divide it by 8 and add that value to 0x66200 to give you the offset the bitflag is at. You can probably just zero the entire region and resave in PKHeX. Link to comment Share on other sites More sharing options...
tsubasa830 Posted September 24, 2019 Author Share Posted September 24, 2019 13 hours ago, Kaphotics said: Thanks, fixed in latest commits https://github.com/kwsch/PKHeX/commit/33649d4e02cbea00ac89dfd7148a190677027852 im pretty sure received flags aren't transmitted anywhere, if you can wait for the next release that or restore a backup, or hex edit: offset 0x66200 thru 0x66300 store the 0x800 bitflags in US/UM. For flag 'n', divide it by 8 and add that value to 0x66200 to give you the offset the bitflag is at. You can probably just zero the entire region and resave in PKHeX. Thanks! Expect for the next release Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now