Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ reset_entrails
Function
reset_entrails
src/SB/Game/zFX.cpp:300–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
i++;
299
goo++;
300
}
301
}
302
303
void zFXGoo_SceneExit()
304
{
305
S32 i;
306
zFXGooInstance* goo = zFXGooInstances;
307
for (i = 0; i < 0x18; i++)
308
{
309
memset(goo, 0, 4);
310
goo->state = zFXGooStateInactive;
311
goo++;
Callers
1
zFX_SceneReset
Function · 0.85
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected