From 2bd3660e5ac12c992a8ea79b6872e79829b06026 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 24 Sep 2022 16:08:49 +0200 Subject: [PATCH] Fixed back button --- states/rules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/rules.lua b/states/rules.lua index 6ae0a00..307d1d5 100644 --- a/states/rules.lua +++ b/states/rules.lua @@ -33,7 +33,7 @@ function state_rules() end -- Back to the menu - if btnp(BTN_X) then + if btnp(BTN_O) then go_back() end