diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-07-11 11:11:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-11 01:11:21 -0700 |
| commit | b83ff695890e4f971cec4661ce07308e95ceb925 (patch) | |
| tree | b672ca4f98b1a5bcdfd203c93dd21f698b255631 /src/d/actor/d_a_obj_iceleaf.cpp | |
| parent | a11f8f63754993020cf1e84675c5fdba0e96b099 (diff) | |
Improve various partially matched TUs (#2526)
Diffstat (limited to 'src/d/actor/d_a_obj_iceleaf.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_iceleaf.cpp | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/d/actor/d_a_obj_iceleaf.cpp b/src/d/actor/d_a_obj_iceleaf.cpp index ad07fac945..6d9c642720 100644 --- a/src/d/actor/d_a_obj_iceleaf.cpp +++ b/src/d/actor/d_a_obj_iceleaf.cpp @@ -20,23 +20,7 @@ void daObjIceLeaf_c::initBaseMtx() { setBaseMtx(); } -/* 80C25DB0-80C25DBC 000000 000C+00 2/2 0/0 0/0 .data cNullVec__6Z2Calc */ -static u8 cNullVec__6Z2Calc[12] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -}; - -/* 80C25DBC-80C25DD0 00000C 0004+10 0/0 0/0 0/0 .data @1787 */ -#pragma push -#pragma force_active on -static u32 lit_1787[1 + 4 /* padding */] = { - 0x02000201, - /* padding */ - 0x40080000, - 0x00000000, - 0x3FE00000, - 0x00000000, -}; -#pragma pop +UNK_REL_DATA /* 80C25DD0-80C25DD4 -00001 0004+00 7/7 0/0 0/0 .data l_arcName */ static char* l_arcName = "V_IceLeaf"; @@ -111,7 +95,7 @@ static dCcD_SrcCyl l_cyl_src = { }; /* 80C249E4-80C24BC4 000344 01E0+00 1/1 0/0 0/0 .text Create__14daObjIceLeaf_cFv */ -// NONMATCHING - J3DTransformInfo operator= seems to be inline asm, needs work +// NONMATCHING - regalloc int daObjIceLeaf_c::Create() { J3DJoint* joint = mpModel->getModelData()->getJointNodePointer(0); mTransformInfo = joint->getTransformInfo(); |
