Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ NPAR_SceneFinish
Function
NPAR_SceneFinish
src/SB/Game/zNPCSupplement.cpp:391–400 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
void NPAR_SceneFinish()
392
{
393
for (int i = 0; i < 12; i++)
394
{
395
g_npar_mgmt[i].Done();
396
}
397
g_gameExtrasFlags = 0;
398
g_mon = 0;
399
g_day = 0;
400
}
401
402
void NPAR_SceneReset()
403
{
Callers
1
NPCSupplement_SceneFinish
Function · 0.85
Calls
1
Done
Method · 0.45
Tested by
no test coverage detected