diff --git a/arm9/source/rominfownd.cpp b/arm9/source/rominfownd.cpp index 30c6902..80ca602 100644 --- a/arm9/source/rominfownd.cpp +++ b/arm9/source/rominfownd.cpp @@ -331,8 +331,8 @@ void cRomInfoWnd::pressSaveType(void) { #ifdef __KERNEL_LAUNCHER_SUPPORT__ _values.clear(); - _values.push_back("nds-bootstrap"); _values.push_back("kernel"); + _values.push_back("nds-bootstrap"); _values.push_back(LANG("save type", "default")); settingWnd.addSettingItem(LANG("loader", "text"), _values, _romInfo.saveInfo().getNdsBootstrap());