INDERESTING

This commit is contained in:
2024-08-15 02:24:47 -04:00
parent 82a5fb0467
commit bd44546353
7 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -176,7 +176,7 @@ buffers
.ds 256 * 9 .ds 256 * 9
song_data song_data
ins 'ingame.lzss' ins 'InGame.lzss'
song_end song_end
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@
; Total match bits: 16 bits ; Total match bits: 16 bits
; ;
; Compress using: ; Compress using:
; lzss -b 16 -o 8 -m 1 input.rsap test.lz12 ; lzss -b 16 -o 8 -m 1 input.rsap test.lz16
; ;
; Assemble this file with MADS assembler, the compressed song is expected in ; Assemble this file with MADS assembler, the compressed song is expected in
; the `test.lz16` file at assembly time. ; the `test.lz16` file at assembly time.
BIN
View File
Binary file not shown.