Jump to content

Recevied List in Mystery Gift


tsubasa830

Recommended Posts

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

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

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...