You are not logged in.
Pages: 1
I am trying to hex edit that table but can't fond the location. I tried using the disassembly for reference but no matter what I try I can't locate the table by searching for specific bytes because I don't know how that particular data is structured. I tried inputting the percent rates in hexadecimal to search the ROM but nothing came up. If someone can just tell me the location of that table that would be appreciated. Thanks in Advance!!!
Offline
In vanilla Crystal the table starts at offset 0x346AB. Also the structure is ordered from +0 to +6 crit chance battle modifier. The value is determined percentage-wise by taking 0xFF as 100%. So in this case 0x80 equates to a 50% chance, for example.
Last edited by ElectroMan (2018-12-03 13:36:49)
Offline
Pages: 1