Jump to content

Integer values in kitlist.2da and kit.ids


subtledoctor

Recommended Posts

When I perform READ_2DA_ENTRY on the entries in column 9 (KITIDS) of kitlist.2da, the resulting value is a decimal integer. I would like to perform the math on this number and then write it back into the table... but it is being written back in decimal format. While the existing entries are in hex format. So the result looks like:

0x00004024
0x00004025
0x00004026
16423
How can I convert the integer back to hex format to write it back into the table? I don't see anything in the Weidu documentation about conversion of integer values...
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...