| 1924 | } |
| 1925 | |
| 1926 | static U32 Defeated03Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1927 | { |
| 1928 | zGameExtras_CheatFlags(); |
| 1929 | return globals.player.Health == 0 && player_dead_anim % tran->UserFlags + 1 == 3; |
| 1930 | } |
| 1931 | |
| 1932 | static U32 Defeated04Check(xAnimTransition* tran, xAnimSingle* anim, void* param_3) |
| 1933 | { |
nothing calls this directly
no test coverage detected