From 0460c175cb7e992ffe4deff9fcca224ad36caabb Mon Sep 17 00:00:00 2001 From: Stefan `Sec` Zehl Date: Fri, 12 Aug 2011 21:10:46 +0200 Subject: [PATCH] Slow down the game --- firmware/l0dable/jump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/l0dable/jump.c b/firmware/l0dable/jump.c index 5532745..a83d940 100644 --- a/firmware/l0dable/jump.c +++ b/firmware/l0dable/jump.c @@ -112,7 +112,7 @@ void ram(void) { } init_game(); } - delayms_queue_plus(12,0); + delayms_queue_plus(24,0); } }