| 1713 | } |
| 1714 | |
| 1715 | int Game_Map::GetDisplayY() { |
| 1716 | return map_info.position_y + Main_Data::game_screen->GetShakeOffsetY() * 16; |
| 1717 | } |
| 1718 | |
| 1719 | void Game_Map::SetPositionY(int y, bool reset_panorama) { |
| 1720 | const int map_height = GetTilesY() * SCREEN_TILE_SIZE; |
no test coverage detected