MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ZDSP_instInitDep

Function ZDSP_instInitDep

src/SB/Game/zDispatcher.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 dspdata->link = NULL;
122 }
123 ZDSP_readAsset(dspdata);
124 xSceneID2Name(globals.sceneCur, dspdata->id);
125}
126
127static void ZDSP_instInitDep(st_ZDISPATCH_DATA* dspdata, zScene* scene)
128{
129 xSceneID2Name(globals.sceneCur, dspdata->id);

Callers 2

zDispatcher_InitDepFunction · 0.85
ZDSP_instResetFunction · 0.85

Calls 1

xSceneID2NameFunction · 0.85

Tested by

no test coverage detected