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

Function xFFXShakeFree

src/SB/Core/x/xFFX.cpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void xFFXShakeFree(xFFXShakeState* s)
187{
188 s->next = shake_alist;
189 shake_alist = s;
190}
191
192void xFFXRotMatchPoolInit(U32 num)
193{

Callers 3

zPlatform_ShakeFunction · 0.85
zPlatform_TrembleFunction · 0.85
xFFXShakeUpdateEntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected