+ cleanup

This commit is contained in:
Pari Malam
2026-06-05 21:02:40 +08:00
parent 612ba74bc8
commit c1f5b7961d
65 changed files with 670 additions and 641 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ pub fn is_cmpr(data: &[u8], size: u32) -> bool {
if count > size || data_size > size {return false};
return (size - 0x20 - (count*12) - 12) == data_size;
(size - 0x20 - (count*12) - 12) == data_size
}
//image rom