Changes
Exomizer
,/* Decompression */
<pre>load_file:
ld hl,filename ;HL = file name address
ld de,&c0004C4A ;DE = start address to load file to
ld b,12 ;B = length of file name
call &bc77 ;Open the file header
ex de,hl ;Now HL = start address