From 896c21ddca538018cbbc7b0935f55b35ada82a18 Mon Sep 17 00:00:00 2001 From: FistingUranus <77898683+Fis-Ura@users.noreply.github.com> Date: Fri, 5 Aug 2022 15:27:27 -0400 Subject: [PATCH] Remove line for debug --- packSLPSandDAT.py | 4 ++++ pack_SLPS+DAT.bat | 1 + 2 files changed, 5 insertions(+) create mode 100644 packSLPSandDAT.py create mode 100644 pack_SLPS+DAT.bat diff --git a/packSLPSandDAT.py b/packSLPSandDAT.py new file mode 100644 index 0000000..8b02a4b --- /dev/null +++ b/packSLPSandDAT.py @@ -0,0 +1,4 @@ +import ToolsTOR +tool = ToolsTOR.ToolsTOR("TBL_All.json") +tool.pack_Menu_File("../Data/Tales-Of-Rebirth/Disc/Original/SLPS_254.50") +tool.pack_Main_Archive() \ No newline at end of file diff --git a/pack_SLPS+DAT.bat b/pack_SLPS+DAT.bat new file mode 100644 index 0000000..2a228ff --- /dev/null +++ b/pack_SLPS+DAT.bat @@ -0,0 +1 @@ +python \ No newline at end of file