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

Function zParPTankInit

src/SB/Game/zParPTank.cpp:719–734  ·  view source on GitHub ↗

Equivalent: Scheduling

Source from the content-addressed store, hash-verified

717
718// Equivalent: Scheduling
719void zParPTankInit()
720{
721 sNumPTanks = 0;
722 sSparklePTank = zParPTankAdd();
723 zParPTankSparkleCreate(sSparklePTank, 0x80, zParPTankSparkleUpdate);
724
725 sMenuBubblePTank = zParPTankAdd();
726 zParPTankMenuBubbleCreate(sMenuBubblePTank, 0x10, zParPTankBubbleUpdate);
727 sMenuBubblePTank->flags |= 0x2;
728
729 sBubblePTank = zParPTankAdd();
730 zParPTankBubbleCreate(sBubblePTank, 0x300, zParPTankBubbleUpdate);
731
732 sSteamPTank = zParPTankAdd();
733 zParPTankSteamCreate(sSteamPTank, 0x80, zParPTankSteamUpdate);
734}
735
736// Equivalent: Scheduling
737void zParPTankSceneEnter()

Callers 1

zSceneInitFunction · 0.85

Calls 5

zParPTankAddFunction · 0.85
zParPTankSparkleCreateFunction · 0.70
zParPTankBubbleCreateFunction · 0.70
zParPTankSteamCreateFunction · 0.70

Tested by

no test coverage detected