This commit is contained in:
Mc-muffin
2023-05-19 10:16:17 -05:00
parent a46c6a7556
commit 42317ae703

View File

@@ -496,7 +496,7 @@ class ToolsTales:
i += 1
output += bytes.fromhex("80")
elif "unk" in tag.lower:
elif "unk" in tag.lower():
output += bytes.fromhex(param + "80")
else:
output += struct.pack("<I", param)