def load_map(map_id)
  $game_map = Map.data(map_id)
  $game_map.need_refresh = true # <-- 加上这句强制刷新
end