From c2b287c22829e629588a5812a69f77237da3fb87 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Fri, 26 Jul 2024 10:17:56 +1000 Subject: [PATCH] Added comment showing how shit I am --- src/ccsaveparser.py | 5 +++++ 1 file changed, 5 insertions(+) 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