2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Initial CChozoGhost imp

This commit is contained in:
2020-01-20 20:00:40 -08:00
parent 9c5dec94c6
commit 8d90edd55f
5 changed files with 83 additions and 11 deletions

View File

@@ -101,9 +101,7 @@ bool CMemoryCardSys::InitializePump() {
return false;
}
if (!x0_hints.IsLoaded() || !x0_hints.GetObj())
return false;
return true;
return !(!x0_hints.IsLoaded() || !x0_hints.GetObj());
}
bool done = true;