'uint8_t' instead 'Int'

After replace variables 'Int' 616 times by 'uint8_t' my sketch reduced from 132146 bytes to 113890 bytes using arduino.exe compiler!

I was wondering why a sketch uses 616 variables?
This sounds like room for functions and arrays and refactoring

Can you post the (new) code?