mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Minor fixes and cleanup
This commit is contained in:
@@ -372,7 +372,11 @@ void CMain::MemoryCardInitializePump() {
|
||||
}
|
||||
}
|
||||
|
||||
void CMain::FillInAssetIDs() {}
|
||||
void CMain::FillInAssetIDs() {
|
||||
if (const SObjectTag* tag = g_ResFactory->GetResourceIdByName(g_tweakGame->GetDefaultRoom())) {
|
||||
g_GameState->SetCurrentWorldId(tag->id);
|
||||
}
|
||||
}
|
||||
|
||||
bool CMain::LoadAudio() {
|
||||
if (x164_archSupport)
|
||||
|
||||
Reference in New Issue
Block a user