mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-02 16:16:20 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user