d_menu_save mostly done (#1103)

This commit is contained in:
TakaRikka
2026-07-05 10:34:40 -07:00
committed by GitHub
parent a7a5b5d636
commit d3c642c5d3
12 changed files with 3136 additions and 1739 deletions
+5 -5
View File
@@ -184,9 +184,9 @@ void dFile_select_c::_move() {
(this->*DataSelProc[field_0x392b])();
#else
#if VERSION <= VERSION_JPN
if(g_mDoMemCd_control.field_0x165A == 1 && field_0x3941 == 0)
if(g_mDoMemCd_control.mProbeStat == 1 && field_0x3941 == 0)
#else
if((g_mDoMemCd_control.field_0x165A == 0 || g_mDoMemCd_control.field_0x165A == 1) && field_0x3941 == 0)
if((g_mDoMemCd_control.mProbeStat == 0 || g_mDoMemCd_control.mProbeStat == 1) && field_0x3941 == 0)
#endif
{
field_0x392e = 1;
@@ -200,7 +200,7 @@ void dFile_select_c::_move() {
(this->*DataSelProc[field_0x392b])();
}
g_mDoMemCd_control.field_0x165A = 2;
g_mDoMemCd_control.mProbeStat = 2;
#endif
}
@@ -3637,7 +3637,7 @@ int dFile_select_c::ExCardCheck() {
return 1;
}
if(dComIfGs_getNoFile() == 1) {
if(dComIfGs_getNewFile() == 1) {
return 0;
}
@@ -3645,7 +3645,7 @@ int dFile_select_c::ExCardCheck() {
return 2;
}
if (dComIfGs_getNewFile()) {
if (dComIfGs_getNoFile()) {
return 2;
}