JSolves Posted October 4, 2015 Posted October 4, 2015 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?
Kaphotics Posted October 4, 2015 Posted October 4, 2015 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.
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