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

Function zMovePoint_GetMemPool

src/SB/Game/zMovePoint.cpp:12–17  ·  view source on GitHub ↗

Random load word at the end of the function for some reason.

Source from the content-addressed store, hash-verified

10
11// Random load word at the end of the function for some reason.
12zMovePoint* zMovePoint_GetMemPool(S32 cnt)
13{
14 g_mvpt_list = cnt ? (zMovePoint*)xMemAllocSize(cnt * sizeof(zMovePoint)) : NULL;
15 g_mvpt_cnt = cnt;
16 return *(__typeof__(g_mvpt_list) volatile*)&g_mvpt_list;
17}
18
19void zMovePointInit(zMovePoint* m, xMovePointAsset* asset)
20{

Callers 1

zSceneInitFunc_MovePointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected