From 222bde7727d94023949f3f72021d5f60ff87df11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 15 Nov 2020 21:15:37 +0100 Subject: [PATCH] Mod GB meta time --- main_gbmeta.ino | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main_gbmeta.ino b/main_gbmeta.ino index cee7dab..e7d2842 100644 --- a/main_gbmeta.ino +++ b/main_gbmeta.ino @@ -24,7 +24,10 @@ #define SFG_ARDUINO 1 #define SFG_CAN_EXIT 0 -#define SFG_FPS 17 +#define SFG_FPS 22 +#define SFG_TIME_MULTIPLIER 800 /* Without this the game seems too fast. This + also achieves an effective FPS of about + 17. */ #define SFG_SCREEN_RESOLUTION_X 80 #define SFG_SCREEN_RESOLUTION_Y 64 #define SFG_RESOLUTION_SCALEDOWN 1