| 751 | } |
| 752 | |
| 753 | void Game_Player::SetTotalEncounterRate(int rate) { |
| 754 | last_encounter_idx = 0; |
| 755 | data()->total_encounter_rate = rate; |
| 756 | } |
| 757 | |
| 758 | int Game_Player::GetDefaultPanX() { |
| 759 | return static_cast<int>(std::ceil(static_cast<float>(Player::screen_width) / TILE_SIZE / 2) - 1) * SCREEN_TILE_SIZE; |
no outgoing calls
no test coverage detected