| 3550 | } |
| 3551 | |
| 3552 | static U8 BubbleBashContrails(xAnimSingle* anim) |
| 3553 | { |
| 3554 | S32 ret = 0; |
| 3555 | xAnimState* state = anim->State; |
| 3556 | if (((strcmp(state->Name, "BbashStart01") == 0) && (anim->Time >= 0.6f)) || |
| 3557 | (strcmp(state->Name, "BbashAttack01") == 0) || |
| 3558 | (strcmp(state->Name, "BbashMiss01") == 0) && (anim->Time <= 0.125f)) |
| 3559 | { |
| 3560 | ret = 1; |
| 3561 | } |
| 3562 | return ret; |
| 3563 | } |
| 3564 | |
| 3565 | static U8 BubbleBounceContrails(xAnimSingle* anim) |
| 3566 | { |