From efdffa5c69f015049e248ce0b6e335dda14d83fe Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Fri, 3 May 2024 20:32:50 -0500 Subject: [PATCH] Add overlay path --- pythonlib/games/ToolsTOR.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index daea715..0b445c3 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -885,6 +885,9 @@ class ToolsTOR(ToolsTales): "-strequ", "__3DFIELD_OVL_PATH__", str(self.paths["temp_files"] / "DAT" / "PAK3" / "00013" / "0002.bin"), + "-strequ", + "__MNU_NAME_OVL_PATH__", + str(self.paths["temp_files"] / "DAT" / "OVL" / "11224.ovl"), ] )