diff --git a/source/arm11/open_agb_firm.c b/source/arm11/open_agb_firm.c index 781031e..8da9841 100644 --- a/source/arm11/open_agb_firm.c +++ b/source/arm11/open_agb_firm.c @@ -272,7 +272,7 @@ atp_error_t oaf_config_page() title, sizeof(title), "参数配置           当前电量:%3d%%" "每次开机存档方案重置为“和卡带序列号一致”,这个方案会优先使用游戏最后一次启动时设置的存档类型", MCU_getBatteryLevel()); - atp_error_t res = atp_select( title, 4, config_item, config_adjust, NULL, 0, 0, NULL ); + atp_error_t res = atp_select( title, 5, config_item, config_adjust, NULL, 0, 0, NULL ); if( res == ATP_NO_ACTION ) { memcpy( &g_oafConfig, prev, sizeof(g_oafConfig) );