Write armip's .sym file to builds folder

This commit is contained in:
Mc-muffin
2024-11-30 09:33:54 -05:00
parent b190c4bd17
commit e5628627fd

View File

@@ -936,6 +936,8 @@ class ToolsTOR(ToolsTales):
"-strequ",
"__MNU_MONSTER_OVL_PATH__",
str(self.paths["temp_files"] / "DAT" / "OVL" / "11217.ovl"),
"-sym2",
str(self.paths["game_builds"] / (self.get_build_name() + ".sym"))
],
env=env,
cwd=str(self.paths["tools"] / "hacks")