File: Stores.dat
[ Show hex values ] [ Show length ]
Offset | Type | Description | |
---|---|---|---|
From | To | ||
0 | Byte | storeNameLength | |
1 | 40 | String | storeName |
Items in inventory. 50 blocks in total, each block 41 bytes in length. | |||
41 | Byte | itemNameLength | |
42 | 63 | String | itemName |
64 | 81 | ??? | unknown (always null?) possibly intended to hold charges left and maybe identified status of sold items? |
Cost for items in inventory. 50 blocks in total, each block 6 bytes in length. | |||
2091 | 2096 | Real | cost |
Id for items in inventory. 50 blocks in total, each block 2 bytes in length. | |||
2391 | 2392 | Integer | itemIndex |
Count for items in inventory. 50 blocks in total, each block 1 byte in length. | |||
2491 | Byte | inventoryCount |
[ Show hex values ] [ Show length ]
Note: Integer = Unsigned short (16 bit, little endian) Bytes = Signed byte Real = 48 bits/6 byte (Turbo Pascal) Real (a floating point type)
[ Add Comment ]