Fix game time
This commit is contained in:
parent
e0349c3e20
commit
9c584910c7
@ -349,7 +349,7 @@ void setup() {
|
|||||||
tamalib_register_hal(&hal);
|
tamalib_register_hal(&hal);
|
||||||
tamalib_set_framerate(TAMA_DISPLAY_FRAMERATE);
|
tamalib_set_framerate(TAMA_DISPLAY_FRAMERATE);
|
||||||
// Tamagochi clock init, if in game time goes too fast increase this value in increments of 100
|
// Tamagochi clock init, if in game time goes too fast increase this value in increments of 100
|
||||||
tamalib_init(1005000);
|
tamalib_init(1004400);
|
||||||
|
|
||||||
#if defined(ENABLE_SAVE_STATUS) || defined(AUTO_SAVE_MINUTES) || defined(ENABLE_LOAD_STATE_FROM_EEPROM)
|
#if defined(ENABLE_SAVE_STATUS) || defined(AUTO_SAVE_MINUTES) || defined(ENABLE_LOAD_STATE_FROM_EEPROM)
|
||||||
initEEPROM();
|
initEEPROM();
|
||||||
|
Loading…
Reference in New Issue
Block a user