2009-07-03, 12:50 PM
It would make sense that there is a limit of 255. If I remember correctly then the AP amount is probably 8-bit. So it would be a minimum of 0 or a max of 255.
In binary:
0 = 0000 0000
255 = 1111 1111
They coded it most likely to be within that range. I am no coder, but I don't think you can just randomly add in more bits.
In binary:
0 = 0000 0000
255 = 1111 1111
They coded it most likely to be within that range. I am no coder, but I don't think you can just randomly add in more bits.

