diff --git a/CubeGotchi.ino b/CubeGotchi.ino index 93e7e0f..d1cdf6f 100644 --- a/CubeGotchi.ino +++ b/CubeGotchi.ino @@ -34,7 +34,7 @@ // If game time is going faster than it should, increase this value by 1 to slow it down. // fixed microsecond sleep between each cycle used to fine tune the emulator time drift even more -#define FINE_TUNING_DELAY 23 +#define FINE_TUNING_DELAY 22 // If game time is going faster than it should, increase this value /**************************************************************************/