Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zGame_HackIsGallery
Function
zGame_HackIsGallery
src/SB/Game/zGameExtras.cpp:735–742 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
733
}
734
735
U32 zGame_HackIsGallery()
736
{
737
if (sGalleryTitle && xEntIsVisible(sGalleryTitle))
738
{
739
return 1;
740
}
741
return 0;
742
}
Callers
1
xPadUpdate
Function · 0.85
Calls
1
xEntIsVisible
Function · 0.85
Tested by
no test coverage detected