|
Hacking To use this section effectively, you'll have to know how to handle a hex editor. For those of you who do, here's where you can find the values for your characters' stats in zSNES savestates. 1st Character Job Level: 114D Add 50 (Hex) for the next characters stats. For Example, Character 2's Job Points are at 119E - 119F. Your party's amount of gold is located at 155A - 155C. Items: The first item TYPE is located at 1253. The first item QUANTITY is located at 1353. The second item values are located at 1254 and 1354 respectively (yes, these numbers are in Hex). You can hold up to 256 items at once (I'm not sure about duplicate items though). You can find the hex values for every item type in the Item List; the ID # of the item is the hex value you need to use for that item. Values that take up more than one byte are in little-endian mode (the least significant byte is on the left). For example, if bytes 119E and 119F are E8 and 3 respectively, character 2 currently has 1000 job points, not 59395 job points. Please note that I did not collect this info myself, so I may not be able to answer any questions you may have about this list. However, any corrections or additions to the list are always welcome. |