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

Method reappear

src/SB/Game/zNPCTypeBossPlankton.cpp:1382–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1380}
1381
1382void zNPCBPlankton::reappear()
1383{
1384 flags = flags | 1;
1385 flags = flags & 0xbf;
1386 pflags = 0;
1387 moreFlags = 16;
1388 chkby = 16;
1389 penby = 16;
1390 flags2.flg_colCheck = 0;
1391 flags2.flg_penCheck = 0;
1392 play_sound(0, (xVec3*)&bound.pad[3], 1.0f);
1393}
1394
1395void zNPCBPlankton::next_territory()
1396{

Callers 1

EnterMethod · 0.45

Calls 1

play_soundFunction · 0.70

Tested by

no test coverage detected