mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-07 03:54:58 -04:00
wip debug / pal building, b_gm mostly done (#2285)
* b_gm mostly done * wip debug / pal building * fix configure.py * fix some debug macros / flags
This commit is contained in:
+2207
-1996
File diff suppressed because it is too large
Load Diff
@@ -236,7 +236,7 @@ static int useHeapInit(fopAc_ac_c* i_this) {
|
||||
kytag04_class* a_this = (kytag04_class*)i_this;
|
||||
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("Kytag04", 5);
|
||||
JUT_ASSERT(modelData != 0);
|
||||
JUT_ASSERT(0, modelData != 0);
|
||||
|
||||
a_this->mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11020202);
|
||||
if (a_this->mpModel != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user