bomb nearly matching on demo, one regswap left

This commit is contained in:
LagoLunatic
2025-09-08 17:07:52 -04:00
parent c1b30df5b9
commit eb3b4ea2b6
8 changed files with 110 additions and 53 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ static BOOL useHeapInit(fopAc_ac_c* a_this) {
if (i_this->m298 == 2) {
i_this->pm_bgw = new dBgW();
JUT_ASSERT(DEMO_SELECT(0x30D, 0x321), i_this->pm_bgw != 0);
JUT_ASSERT(DEMO_SELECT(781, 801), i_this->pm_bgw != NULL);
cBgD_t* dzb = (cBgD_t*)dComIfG_getObjectRes("Bdkobj", BDKOBJ_DZB_S_TOWER_BRIDGE);
if (i_this->pm_bgw->Set(dzb, cBgW::MOVE_BG_e, &i_this->mMtx) == TRUE) {
return FALSE;