| 137 | } |
| 138 | |
| 139 | void ItemHeart::initEquip() |
| 140 | { |
| 141 | mEquipFlags = 0; |
| 142 | mpHandAnmMtx = getHandAnmMtx(); |
| 143 | mVel.zero(); |
| 144 | mPos.zero(); |
| 145 | JMath::gekko_ps_copy12(mRotMtx, _210); // NOTE: mRotMtx might be SMatrix34C, spot other inlnes to be sure |
| 146 | } |
| 147 | |
| 148 | void ItemHeart::doEquip() |
| 149 | { |
nothing calls this directly
no test coverage detected