| 1519 | xAnimTableNewTransition(table, g_strz_subbanim[ANIM_Damage01], |
| 1520 | g_strz_subbanim[ANIM_SpawnKids01], 0, 0, 0, 0, 0, 0, 0, 0, f2106, 0); |
| 1521 | |
| 1522 | return table; |
| 1523 | } |
| 1524 | |
| 1525 | zNPCKingJelly::zNPCKingJelly(S32 myType) : zNPCSubBoss(myType) |
| 1526 | { |
| 1527 | this->show_vertex = -1; |
| 1528 | this->enabled = TRUE; |
| 1529 | memset(&this->tentacle_lightning, 0, 7 * sizeof(zLightning*)); |
| 1530 | init_sound(); |
nothing calls this directly
no test coverage detected