I'm on linux so the addresses I'm giving can't be just dropped in but there's one in here that I haven't seen in the tables yet (been using them for the item IDs)
Code: Select all
[
["Base ATK?", "0x4258BA910", "2 Bytes", []],
["????", "0x4258Ba912", "4 Bytes", []],
["????", "0x4258Ba912", "2 Bytes", []],
["????", "0x4258Ba914", "2 Bytes", []],
["Base DEF?", "0x4258BA916", "2 Bytes", []],
["????", "0x4258Ba91a", "4 Bytes", []],
["????", "0x4258Ba91a", "2 Bytes", []],
["????", "0x4258Ba91c", "2 Bytes", []],
["HP", "0x4265F1c14", "2 Bytes", []],
["HP Cap", "0x4265F1c16", "2 Bytes", []],
["HP Bonus", "0x4265F1c18", "2 Bytes", []],
["Hunger Cap", "0x4265F1c1a", "2 Bytes", []],
["Hunger", "0x4265F1c1c", "2 Bytes", []],
["Stamina", "0x4265F1c24", "Float", []],
["XP", "0x4265F1d58", "4 Bytes", []],
["LVL", "0x4265F1d5c", "Byte", []],
["LVL CAP", "0x4265F1d5e", "Byte", []],
["???", "0x4265F1d64", "2 Bytes", []],
["???", "0x4265F1d66", "2 Bytes", []],
["???", "0x4265F1d68", "2 Bytes", []],
["???", "0x4265F1d6a", "2 Bytes", []],
["???", "0x4265F1d70", "2 Bytes", []],
["???", "0x4265F1d72", "2 Bytes", []],
["???", "0x4265F1d74", "2 Bytes", []],
["???", "0x4265F1d76", "2 Bytes", []],
["Held Medals", "0x4268437F0", "2 Bytes", []],
["Given Medals", "0x4268437F4", "2 Bytes", []],
["Hearts", "0x426D41e94", "4 Bytes", []],
["Sell Something!", "0x426D42564", "2 Bytes", []],
["#1 ID", "0x4270E4da0", "2 Bytes", []],
["#1 QTY", "0x4270E4da2", "2 Bytes", []],
["#2 ID", "0x4270E4da4", "2 Bytes", []],
["#2 QTY", "0x4270E4da6", "2 Bytes", []],
["#3 ID", "0x4270E4da8", "2 Bytes", []],
["#3 QTY", "0x4270E4daa", "2 Bytes", []],
["#4 ID", "0x4270E4dac", "2 Bytes", []],
["#4 QTY", "0x4270E4dae", "2 Bytes", []],
["#5 ID", "0x4270E4db0", "2 Bytes", []],
["#5 QTY", "0x4270E4db2", "2 Bytes", []],
["#6 ID", "0x4270E4db4", "2 Bytes", []],
["#6 QTY", "0x4270E4db6", "2 Bytes", []],
["#7 ID", "0x4270E4db8", "2 Bytes", []],
["#7 QTY", "0x4270E4dba", "2 Bytes", []],
["#8 ID", "0x4270E4dbc", "2 Bytes", []],
["#8 QTY", "0x4270E4dbe", "2 Bytes", []],
["#9 ID", "0x4270E4dc0", "2 Bytes", []],
["#9 QTY", "0x4270E4dc2", "2 Bytes", []],
["#10 ID", "0x4270E4dc4", "2 Bytes", []],
["#10 QTY", "0x4270E4dc6", "2 Bytes", []],
["#11 ID", "0x4270E4dc8", "2 Bytes", []],
["#11 QTY", "0x4270E4dca", "2 Bytes", []],
["#12 ID", "0x4270E4dcc", "2 Bytes", []],
["#12 QTY", "0x4270E4dce", "2 Bytes", []],
["#13 ID", "0x4270E4dd0", "2 Bytes", []],
["#13 QTY", "0x4270E4dd2", "2 Bytes", []],
["#14 ID", "0x4270E4dd4", "2 Bytes", []],
["#14 QTY", "0x4270E4dd6", "2 Bytes", []],
["#15 ID", "0x4270E4dd8", "2 Bytes", []],
["#15 QTY", "0x4270E4dda", "2 Bytes", []]
]
Obtained them with pince so the format is from how pince saves them, I know some of these are already in the table and I've given them so that it is easier to obtain the offset (btw I notice many pointers are obtained for various sections, all these do not move in relation to each other so is safe to just get one pointer and offset all these from it)