* swball cleanup

* daSwc00_c OK

* Revert change in configure - we'll handle rel/dol changes in seperate PR
This commit is contained in:
hatal175
2025-04-18 02:23:05 +03:00
committed by GitHub
parent e65e571498
commit d5b277bbc5
12 changed files with 394 additions and 859 deletions
+6 -2
View File
@@ -69,8 +69,12 @@ static void mDoExt_setJ3DData(Mtx mtx, const J3DTransformInfo* transformInfo, u1
}
static BOOL isCurrentSolidHeap() {
/* Nonmatching */
return FALSE;
JKRHeap* heap = JKRGetCurrentHeap();
if (heap->getHeapType() != 'SLID') {
OS_REPORT_ERROR("ソリッドヒープちゃうがな!\n");
return FALSE;
}
return TRUE;
}
/* 8000D320-8000D428 007C60 0108+00 6/6 0/0 0/0 .text initPlay__14mDoExt_baseAnmFsifss */