PokéBase - Pokémon Q&A
0 votes
1,078 views

Game Freak uses the numbers 250 & 255 a lot, like in EVs. There were other things, but I forgot them (short term memory loss).

by
edited by
Egg Cycles as well, 255 steps is one cycle, then on the 256th the game sees if the egg is ready to hatch.
Yeah I read about that on serebii & i had it in mind when writing this. Thanks for reminding me!

1 Answer

6 votes
 
Best answer

255 is a special number in some tasks having to do with computing. This is the maximum value representable by an eight-digit binary number, and therefore the maximum representable by an unsigned 8-bit byte (the most common size of byte, also called an octet), the smallest common variable size used in high level programming languages (bit being smaller, but rarely used for value storage). The range is 0 to 255, which is 256 total values.

Wikipedia

by