mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-12 19:24:55 -04:00
Daswc (#2398)
* swball cleanup * daSwc00_c OK * Revert change in configure - we'll handle rel/dol changes in seperate PR
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user