Originally posted by ffaddict82
No what I mean or meant was how do people take a code that would require a ton of lines of code if you were to just list each item to where its like just 5 lines of code. For instance on that same website there is a code for all weapons for each character. Now each character has for instance roughly 17 weapons. So my understanding that would take 18 lines of code. But its compressed to like five lines. I know this done fairly commonly but how is it done?
Oh now I understand, so still take a look at that link I shared. There is something called Multi-Write which if I understand correctly can write to multiple offsets at once, increasing the address by a predefined amount each time it write a new value. It's a little confusing to understand until you try it yourself.