diff --git a/extras/crystal.py b/extras/crystal.py index eccc6a55d..4a5ed443c 100644 --- a/extras/crystal.py +++ b/extras/crystal.py @@ -2987,6 +2987,8 @@ class MapBlockData: def save_to_file(self): #check if the file exists already map_path = self.map_path + if not os.path.exists(self.maps_path): + os.mkdir(self.maps_path) if not os.path.exists(map_path): #dump to file #bytes = rom_interval(self.address, self.width.byte*self.height.byte, strings=True)