d_a_obj_crvgate debug almost matching (#2880)

* Match d_a_obj_crvgate debug

* d_a_obj_crvgate remove this->
This commit is contained in:
Niklas Bauer
2025-11-29 23:51:45 +01:00
committed by GitHub
parent 89ccf4c7ef
commit 1be301393b
6 changed files with 123 additions and 96 deletions
+2 -3
View File
@@ -230,12 +230,11 @@ int daObjTHASHI_c::create() {
int dzb_id = dComIfG_getObjctResName2Index(l_arcName, "S_thashi00.dzb");
unk5A4 = 0;
#if DEBUG
if (dzb_id == -1) {
OSReport("dzbデータが見つかりませんでした!<%s>\n\n", l_arcName);
// "dzb data not found!<%s>"
OS_REPORT("dzbデータが見つかりませんでした!<%s>\n\n", l_arcName);
}
JUT_ASSERT(1797, dzb_id != -1);
#endif
phase_state = MoveBGCreate(l_arcName, dzb_id, dBgS_MoveBGProc_TypicalRotY, 0x4000, 0);
if (phase_state == cPhs_ERROR_e) {
return phase_state;