wii building OK / m_Do_graphic debug work (#2815)

* wii building OK + m_Do_graphic debug work

* d_meter_HIO debug cleanup

* wii m_Do_graphic stuff

* tag_attack_item OK, mirror_chain almost

* fix build

* mg_fshop matching
This commit is contained in:
TakaRikka
2025-11-17 10:01:03 -08:00
committed by GitHub
parent 4350a38fe0
commit 540217c31b
99 changed files with 3837 additions and 1964 deletions
+2 -2
View File
@@ -194,9 +194,9 @@ dMenu_Fmap_c::dMenu_Fmap_c(JKRExpHeap* i_heap, STControl* i_stick, CSTControl* i
mProcess = PROC_REGION_MAP;
strcpy(mMarkedStageName, "");
if (g_fmapHIO.mpArchive != NULL && g_fmapHIO.mpArchive->isMounted()) {
if (g_fmapHIO.mpArcData != NULL && g_fmapHIO.mpArcData->isMounted()) {
mProcess = i_process;
mpMapArchive = g_fmapHIO.mpArchive;
mpMapArchive = g_fmapHIO.mpArcData;
} else {
mpMapArchive = dComIfGp_getFieldMapArchive2();
}