Use the SLPS updated for SCPK pointers

This commit is contained in:
FistingUranus
2022-08-05 15:22:45 -04:00
committed by fortiersteven
parent 9ea55b12c2
commit 22a77de35a

View File

@@ -539,11 +539,8 @@ class ToolsTOR(ToolsTales):
print("Writing file %05d/%05d..." % (current - dummies, len(file_list)))
shutil.copy( self.elf_original, self.elf_new)
with open(self.elf_new, "r+b") as output_elf:
#Use the new SLPS updated and update the pointers for the SCPK
with open("../Data/{}/Menu/New/SLPS_254.50".format(self.repo), "r+b") as output_elf:
output_elf.seek(self.POINTERS_BEGIN)
for i in range(len(sectors) - 1):