diff --git a/Cubegotchi.ino b/Cubegotchi.ino index c605fa1..920a0c5 100644 --- a/Cubegotchi.ino +++ b/Cubegotchi.ino @@ -348,8 +348,8 @@ void setup() { tamalib_register_hal(&hal); tamalib_set_framerate(TAMA_DISPLAY_FRAMERATE); - // Tamagochi clock init, if in game time goes too fast increase this value in increments of 100 - tamalib_init(1004200); + // Tamagochi clock init, if in game time goes too fast increase this value in increments of 16 + tamalib_init(1002442); #if defined(ENABLE_SAVE_STATUS) || defined(AUTO_SAVE_MINUTES) || defined(ENABLE_LOAD_STATE_FROM_EEPROM) initEEPROM();