diff --git a/src/ccsaveparser.py b/src/ccsaveparser.py index 1efe8bb..1c17232 100644 --- a/src/ccsaveparser.py +++ b/src/ccsaveparser.py @@ -1,5 +1,10 @@ import struct +# BUG: I am dumb and used struct.pack to read values like a moron +# need to move to using struct.unpack and loading the size from the +# save file to make sure the entire label is retrieved +# Format for structure in notes.md + class OFFSETS: VERSION = 0x42e