| 1689 | } |
| 1690 | |
| 1691 | int Game_Map::GetDisplayX() { |
| 1692 | return map_info.position_x + Main_Data::game_screen->GetShakeOffsetX() * 16; |
| 1693 | } |
| 1694 | |
| 1695 | void Game_Map::SetPositionX(int x, bool reset_panorama) { |
| 1696 | const int map_width = GetTilesX() * SCREEN_TILE_SIZE; |
no test coverage detected