O Ilusionista said:Nice, thanks for the info. I somes times use bitshift in Mugen but I haven't tried to play with it in OpenBOR.
I will give it a try once I can.
I really need to learn bitwise it was so confusing i just skipped it maybe some practical learning is needed.
@DCurrent
If a int is 4 bytes this method saves 8 bytes maybe it will add up if using hundreds of int values. There is the extra overhead with encoding and decoding the data. I know you said bitwise operations are fast but is decoding faster then just referencing a int ?