| 1918 | } |
| 1919 | |
| 1920 | static U32 Defeated02Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1921 | { |
| 1922 | zGameExtras_CheatFlags(); |
| 1923 | return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 2; |
| 1924 | } |
| 1925 | |
| 1926 | static U32 Defeated03Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1927 | { |
nothing calls this directly
no test coverage detected