MCPcopy 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
303void 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_SceneResetFunction · 0.85

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected