Jump to content

Recommended Posts

Posted

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

 

20190924075916.png

Posted

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.

Posted
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😀

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...