MCPcopy Create free account
hub / github.com/doldecomp/mkdd / initEquip

Method initEquip

src/Sato/ItemHeart.cpp:139–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void 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
148void ItemHeart::doEquip()
149{

Callers

nothing calls this directly

Calls 2

gekko_ps_copy12Function · 0.85
zeroMethod · 0.45

Tested by

no test coverage detected