| 3563 | } |
| 3564 | |
| 3565 | static U8 BubbleBounceContrails(xAnimSingle* anim) |
| 3566 | { |
| 3567 | S32 ret = 0; |
| 3568 | xAnimState* state = anim->State; |
| 3569 | if ( |
| 3570 | |
| 3571 | ((strcmp(state->Name, "BbounceStart01") == 0) && (anim->Time >= 0.9f)) || |
| 3572 | (strcmp(state->Name, "BbounceAttack01") == 0)) |
| 3573 | { |
| 3574 | ret = 1; |
| 3575 | } |
| 3576 | return ret; |
| 3577 | } |
| 3578 | |
| 3579 | static U32 StunStartFallCB(xAnimTransition*, xAnimSingle*, void*) |
| 3580 | { |