kaydefi Posted November 20, 2021 Posted November 20, 2021 Currently trying to modify the number of trainers using pkhex seen in the grand underground to allow spiritomb to spawn in the hallowed tower. anyone able to shed some light on how to or if I'm just dumb and skipping over a certain value
G R Posted November 23, 2021 Posted November 23, 2021 I did some testing in Research, turns out when I talked to a few npc's, system flags 0646-0650 shifted. I tried changing more system flags but it doesn't work...
Kaphotics Posted November 23, 2021 Posted November 23, 2021 It's the count of nonzero bytes in the save file region: 0x9CFD8-0x9D03B (100 bytes). The game stores the trainer IDs you've encountered, 1 byte per trainer.
G R Posted November 23, 2021 Posted November 23, 2021 Ok I made it work. 1)Open save with a hex editor (preferably HxD so you can copy the steps) 2)Hit Ctrl+E, change start-offset and end-offset to 9CFD8 3)Copy this --> 0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A and hit Ctrl+B to paste-write 4)Save (HxD will create a backup file). After that open your .bin file through PKHeX and export. 5)??? 6) Profit
Mynicknameiscf Posted December 9, 2021 Posted December 9, 2021 On 11/23/2021 at 7:19 PM, G R said: Ok I made it work. 1)Open save with a hex editor (preferably HxD so you can copy the steps) 2)Hit Ctrl+E, change start-offset and end-offset to 9CFD8 3)Copy this --> 0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A and hit Ctrl+B to paste-write 4)Save (HxD will create a backup file). After that open your .bin file through PKHeX and export. 5)??? 6) Profit this corrupted my save file... now my progress of over 100 hours is gone. good job 1
G R Posted December 9, 2021 Posted December 9, 2021 28 minutes ago, Mynicknameiscf said: this corrupted my save file... now my progress of over 100 hours is gone. good job First of all, I have clearly stated HxD creates a backup. Your progress is completely fine. Second, have you run your save through PKHeX? If you don't, of course it will end up corrupted. Third, you don't even need to do this anymore. There is a button IN PKHeX that does that for you now.
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