Quote:
The limit is 255 because that's the largest number 1 byte can hold (from 0 to 255)
Yeh this is typical for most games or number attributes used for that matter.
It is either 2 to the power of 8 or a number much larger requiring more bytes.
But yeh smaller/better code to program with just 1 byte.