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

Function zNPCCommon_ScenePrepare

src/SB/Game/zNPCTypeCommon.cpp:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void zNPCCommon_ScenePrepare()
168{
169 NPCS_SndTimersReset();
170 NPCS_SndTablePrepare(g_sndTrax_General);
171 NPCSupport_ScenePrepare();
172 zNPCCommon_WonderReset();
173 g_skipDescent = 5;
174}
175
176void zNPCCommon_SceneFinish()
177{

Callers 1

ScenePrepareMethod · 0.85

Calls 4

NPCSupport_ScenePrepareFunction · 0.85
zNPCCommon_WonderResetFunction · 0.85
NPCS_SndTimersResetFunction · 0.70
NPCS_SndTablePrepareFunction · 0.70

Tested by

no test coverage detected