mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-21 14:53:30 -04:00
npc_kn almost matching + dbg work (#2802)
* npc_kn almost matching + dbg work * more npc_kn dbg work * fix npc_kn select action functions * Z2AudioMgr dbg change for taka
This commit is contained in:
@@ -110,6 +110,8 @@ void Z2AudioMgr::init(JKRSolidHeap* param_0, u32 param_1, void* param_2, JKRArch
|
||||
seMgr->setSeqDataMgr(sectionHeap->getSeSeqDataMgr());
|
||||
seqMgr->setSeqDataMgr(sectionHeap->getSeqSeqDataMgr());
|
||||
if (sectionHeap->getStreamDataMgr()) {
|
||||
// The following is to force stack reg to be r31 in dbg:
|
||||
int unused;
|
||||
streamMgr->setStreamDataMgr(sectionHeap->getStreamDataMgr());
|
||||
} else {
|
||||
streamMgr->setStreamDataMgr(&mSoundInfo);
|
||||
|
||||
Reference in New Issue
Block a user