Change pointers to 2 bytes

This commit is contained in:
Stewie
2022-06-28 21:31:01 -04:00
parent 48a5b90efd
commit a71a8dbdd4

View File

@@ -195,7 +195,7 @@ class ToolsTOR(ToolsTales):
for pointer in pointers_list:
theirsce.seek(int(pointer))
theirsce.write( struct.pack("<L", new_value))
theirsce.write( struct.pack("<H", new_value))
return theirsce