| 1930 | } |
| 1931 | |
| 1932 | static U32 Defeated04Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1933 | { |
| 1934 | zGameExtras_CheatFlags(); |
| 1935 | return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 4; |
| 1936 | } |
| 1937 | |
| 1938 | static U32 Defeated05Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1939 | { |
nothing calls this directly
no test coverage detected