08bb78e3f9Fixed reference error for copy_index Identified Num24+1/2 issue from documentation, and added handling for it Fixed references to temp stuffs
main
Yavin72025-09-23 23:13:51 -06:00
707e5ef658Replaced Checking Flag Bits against 0x00, and using a counter to count down us using the flag bitsYavin72025-09-21 12:56:19 -06:00
fb7442afd5Added more detail to error messages to troubleshoot betterYavin72025-09-20 19:52:26 -06:00
ac2c2b3e18Moved overflow buffer writeout outside of file loop Updated num_bits to use int.fromBytes with big endian conversion. this makes that coversion much easier to understandYavin72025-09-20 19:37:12 -06:00
7d8e5d8b56Now catches all files, splits the file names by their number, and append the file types number to the end of the file extensionYavin72025-09-20 19:16:28 -06:00
19344c50d5Added a notes file Updated header parsing, and replaced the endian with little instead of big, because the files are def little endianYavin72025-09-18 22:53:57 -06:00
eb0327f753Fixed file name referencesYavin72025-09-16 20:49:57 -06:00
f1c346a634Renamed 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!)Yavin72025-09-16 20:36:39 -06:00
3ac0cefe19Added comments for explanationYavin72025-09-15 23:52:32 -06:00
aff1cc77f7Figured out what carry is meant to be, I think. Fixed bitarrays masking bitarrays Working on figuring out how we load first dataYavin72025-09-15 23:33:26 -06:00