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

Method callHitItemSound

src/Sato/ItemGTurtle.cpp:163–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void ItemGTurtle::callHitItemSound(ItemObj *obj) {
164 if (obj->mItemKind == 3 || obj->mItemKind == 4) {
165 mSoundMgr->setSe(0x40060);
166 }
167}
168
169void ItemGTurtle::initEquip() {
170 mEquipFlags = 0;

Callers 1

calcIsHitItemMethod · 0.80

Calls 1

setSeMethod · 0.45

Tested by

no test coverage detected