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

Function zUIFont_GetHackFlags

src/SB/Game/zUIFont.cpp:33–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static U16 zUIFont_GetHackFlags(zUIFont* uif)
34{
35 U16 flags = 0;
36
37 if (uif->id == xStrHash("MNU3 PRESS START"))
38 {
39 flags |= 0x1;
40 }
41
42 if (uif->id == xStrHash("MNU3 PRESS START"))
43 {
44 flags |= 0x2;
45 }
46
47 return flags;
48}
49
50void zUIFontInit()
51{

Callers 1

zUIFont_InitFunction · 0.85

Calls 1

xStrHashFunction · 0.50

Tested by

no test coverage detected