d_a_obj_togeTrap OK (#2545)

* d_a_ibj_togeTrap OK

* Fix broken matches
This commit is contained in:
hatal175
2025-07-20 11:45:51 +03:00
committed by GitHub
parent 541501d781
commit d9ac8d7e3f
12 changed files with 604 additions and 776 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ enum Obj_lv6bm_RES_File_ID {
/* BTK */
/* 0x11 */ BTK_EF_BIMOBEAM = 0x11,
/* 0x12 */ BTK_EF_BIMOBEAM_0FF,
/* 0x12 */ BTK_EF_BIMOBEAM_OFF,
/* 0x13 */ BTK_EF_BIMOBEAM_ON,
/* DZB */
@@ -199,7 +199,7 @@ int daObjL6Bm_c::CreateHeap() {
#endif
pbtk = (J3DAnmTextureSRTKey*)dComIfG_getObjectRes(l_arcName, BTK_EF_BIMOBEAM);
JUT_ASSERT(0x29A, pbtk != 0);
JUT_ASSERT(666, pbtk != 0);
mpBtkAnm2 = new mDoExt_btkAnm();
if (mpBtkAnm2 == NULL || mpBtkAnm2->init(modelData, pbtk, 1, 2, 1.0f, 0, -1) == 0) {
return 0;
@@ -328,7 +328,7 @@ void daObjL6Bm_c::actionFindPlayer() {
setAction(0);
if (field_0x891 != 0) {
mpBtkAnm->init(mBeamEffectModel->getModelData(), (J3DAnmTextureSRTKey*)dComIfG_getObjectRes(l_arcName, BTK_EF_BIMOBEAM_0FF),
mpBtkAnm->init(mBeamEffectModel->getModelData(), (J3DAnmTextureSRTKey*)dComIfG_getObjectRes(l_arcName, BTK_EF_BIMOBEAM_OFF),
1, 0, 1.0f, 0, -1);
field_0x891 = 0;
}