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

Function init_patsocks

src/SB/Game/zUI.cpp:1399–1408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1397}
1398
1399static void init_patsocks(zScene* zsc)
1400{
1401 patsock_ui = findUI(zsc, xStrHash("UI_LEVEL_PATSOCK"));
1402 patsock_uif = findUIFont(zsc, xStrHash("UIF_LEVEL_PATSOCK"));
1403
1404 // non-matching: instruction order and registers
1405 patsock_text_buffer[0] = '\0';
1406 patsock_prev_world = -1;
1407 patsock_prev_count = -1;
1408}
1409
1410void zUI_ScenePortalInit(zScene* zsc)
1411{

Callers 1

zUI_ScenePortalInitFunction · 0.85

Calls 3

findUIFunction · 0.85
findUIFontFunction · 0.85
xStrHashFunction · 0.50

Tested by

no test coverage detected