|
Post by Aryan 10 on May 25, 2017 20:28:03 GMT 5.5
The Pickup table in FireRed is at 0x250848.
The Pickup table in Emerald is at 0x31C440. It consists of two lists of values, the first for common items, the second for rare items starting at 0x31C464.
Each entry is four bytes the first two are the index number of an item(in reverse hex), the latter two are the chance of the item being obtained plus the value for the previous item(in reverse hex).
For example, to interpret the vanilla FR table:
You can freely edit it the way you want.
|
|