If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below. Also, before requesting
codes, note that there is a main site, which may contain what you
are looking for already. Also, if you know what you want, feel free to
search for it directly.
I've tried looking for an item counter, but I've yet to find one. I even looked for something that decreased in value the more different items you have... Not a thing... And it's not anywhere near the item quanities or types...
My notes have 80124C24 as the total items. The function to increase total items appears to be at 800589D8 and it decreases total items at 8003884C. I had thought about trying to make an '80' type all items code but wasn't sure what the most efficient approach would be.
Prepare to be shocked, I managed to make a have all items code, with the help of one of the addresses Czar posted:
Have All Items
80124C24 00F0
5000F001 0000
3013F8C8 0062
5000F001 0001
30146B80 0001
I don't think there's actually that many items, but there's that many spaces in memory for that many. I'll convert it to CB format later, I'm too lazy to do it right now...
Comment