From df67d1de58bd65cd9383eaabc6eabb13ab9c88d0 Mon Sep 17 00:00:00 2001 From: TheGinGear <39550332+TheGinGear@users.noreply.github.com> Date: Sun, 29 Jul 2018 23:02:59 -0500 Subject: [PATCH] Update NANDManager.gm9 Just a quick fix, replaced the old keysel command --- resources/gm9/scripts/NANDManager.gm9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/gm9/scripts/NANDManager.gm9 b/resources/gm9/scripts/NANDManager.gm9 index a6ea0b3..bd9e716 100644 --- a/resources/gm9/scripts/NANDManager.gm9 +++ b/resources/gm9/scripts/NANDManager.gm9 @@ -1,6 +1,6 @@ @NAND_Manager @nm_menu -keysel -o -s "Select an option." nmopt_* +labelsel -k -o -s "Select an option." nmopt_* goto nm_menu #goto options_main