Commit Graph

10 Commits

Author SHA1 Message Date
eb0327f753 Fixed file name references 2025-09-16 20:49:57 -06:00
f1c346a634 Renamed decompressed_files/ to out/
Fised a lot of logic
Set starting bit to 0x800, since that's after a big blank space in files, is the method bit we are expecting (0x0B) every time, and works to decomp all files (wow!)
2025-09-16 20:36:39 -06:00
5fef2ec23d Fixed print 2025-09-16 10:38:30 -06:00
f050d8285d Fixed Error
Removed accidentally multiplying displacement by 8 twice
2025-09-16 10:37:37 -06:00
49ecc6b430 Fix bits and bytes 2025-09-16 10:30:56 -06:00
18b307c859 Fix potential IndexOutOfBounds Exception
Fix potential IndexOutOfBounds Exception
2025-09-16 10:00:40 -06:00
0d403225a4 Fix some decomp logic
Fixed some decomp logic, especially around writing out bits
Added comments
2025-09-16 09:37:28 -06:00
3ac0cefe19 Added comments for explanation 2025-09-15 23:52:32 -06:00
aff1cc77f7 Figured out what carry is meant to be, I think.
Fixed bitarrays masking bitarrays
Working on figuring out how we load first data
2025-09-15 23:33:26 -06:00
1f2db5bd23 Project Init 2025-09-15 19:32:58 -06:00