diff --git a/arm9/source/launcher/NdsBootstrapLauncher.cpp b/arm9/source/launcher/NdsBootstrapLauncher.cpp index 5af1639..0bed435 100644 --- a/arm9/source/launcher/NdsBootstrapLauncher.cpp +++ b/arm9/source/launcher/NdsBootstrapLauncher.cpp @@ -89,10 +89,10 @@ bool NdsBootstrapLauncher::prepareIni() { ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "284"); break; case 1: - ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "218"); + ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "308"); break; case 2: - ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "214"); + ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "304"); break; case 3: ini.SetString("NDS-BOOTSTRAP", "HOTKEY", "383"); diff --git a/arm9/source/version.h b/arm9/source/version.h index ead86ba..3975ac8 100644 --- a/arm9/source/version.h +++ b/arm9/source/version.h @@ -8,7 +8,7 @@ */ #define AKMENU_VERSION_MAIN "1" -#define AKMENU_VERSION_SUB "5" +#define AKMENU_VERSION_SUB "5.1" #ifndef __KERNEL_LAUNCHER_SUPPORT__ #define AKMENU_LOADER_NAME "nds-bootstrap"