Jump to content

How do I remove secret base decoations from my inventory?


JSolves

Recommended Posts

After pressing the "Give All Decorations" button in PKHeX I've realized that I now have 25 of each item. Having that many of each item doesn't bother me all that much, but I definitely don't want 25 regional and national dex posters (even though no one can see them it's still somewhat.... unsettling to have 25 of these in my inventory, lol). Is there a way to remove them?

Link to comment
Share on other sites

http://pastebin.com/45UABbmW

https://github.com/kwsch/PKHeX/blob/master/SAV/SAV_SecretBase.cs#L219

https://github.com/kwsch/PKHeX/blob/master/Misc/PKX.cs#L679

open your save file in a hex editor, go to offset 0x23A00, then change the quantity.

the item quantity is at 0x23A00 + i * 4, where 'i' is the item you want to change (refer to pastebin)

In theory, that is how it can be modified.

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