| 912 | } |
| 913 | |
| 914 | inline int Game_BattleAlgorithm::AlgorithmBase::GetAnimationId(int) const { |
| 915 | return 0; |
| 916 | } |
| 917 | |
| 918 | inline bool Game_BattleAlgorithm::AlgorithmBase::IsAffectHp() const { |
| 919 | return GetFlag(eAffectHp); |
no outgoing calls
no test coverage detected