aboutsummaryrefslogtreecommitdiff
path: root/srb_lib.py
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 10:59:37 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 10:59:37 -0400
commitba317f1a403f3f02d2de3a7f80ee03ad0eced917 (patch)
tree832d75cb5fec16ab324e690a1c00aab34187d76b /srb_lib.py
parentsimplify checksum, rearrange position bytes (diff)
downloadsrb_lib-ba317f1a403f3f02d2de3a7f80ee03ad0eced917.tar.gz
srb_lib-ba317f1a403f3f02d2de3a7f80ee03ad0eced917.tar.bz2
srb_lib-ba317f1a403f3f02d2de3a7f80ee03ad0eced917.zip
add readme
Diffstat (limited to 'srb_lib.py')
-rw-r--r--srb_lib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/srb_lib.py b/srb_lib.py
index 874c287..a361c16 100644
--- a/srb_lib.py
+++ b/srb_lib.py
@@ -19,6 +19,8 @@
# Fuctions that worked: <https://gist.github.com/Lauszus/6c787a3bc26fea6e842dfb8296ebd630> Author: Lauszus
# <https://stackoverflow.com/questions/46109815/reversing-the-byte-order-of-a-string-containing-hexadecimal-characters>
# <https://gamefaqs.gamespot.com/pc/930591-snoopy-vs-the-red-baron/faqs/46161>
+# Improve:
+# test all functions after trying '<1I' for unsigned int
# Documentation:
# winetricks vd=1024x768
# winetricks vd=off
bgstack15