Now we all know how to change which items NPCs give you, but this brings up a further question. Several times in the game, Cheren gives you a whole bunch of berries at once. Has anybody figured out how this works? I'm guessing that the relevant info would be in a/0/5/7...
Oh that's easy enough to do, I've done it in my own hack~
The strings usually go something like this (I'll use a random example):
Given items: 2A 00 00 80 FF 00 2A 00 01 80 01 00 1C 00
Items on the ground: 28 00 0C 80 5D 00 28 00 0D 80 01 00 04 00
The bolded bytes are the ones you need to change. Just change it to whatever value in hex and it should work fine.
Bookmarks