(de)compression src fixes and windows binaries
This commit is contained in:
@@ -234,4 +234,6 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
fclose(outptr);
|
fclose(outptr);
|
||||||
printf("Input file: %X bytes. Compressed: %X bytes.\n", size, oloc);
|
printf("Input file: %X bytes. Compressed: %X bytes.\n", size, oloc);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -142,4 +142,6 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
fclose(outptr);
|
fclose(outptr);
|
||||||
printf("Input file: %X bytes. Decompressed: %X bytes.\n", size, oloc);
|
printf("Input file: %X bytes. Decompressed: %X bytes.\n", size, oloc);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
bin/windows/compress.exe
Normal file
BIN
bin/windows/compress.exe
Normal file
Binary file not shown.
BIN
bin/windows/decompress.exe
Normal file
BIN
bin/windows/decompress.exe
Normal file
Binary file not shown.
@@ -20,7 +20,12 @@ DoDungeonMapBossIcon:
|
|||||||
; get sprite pointer for room
|
; get sprite pointer for room
|
||||||
LDA.l UWSpritesPointers,X
|
LDA.l UWSpritesPointers,X
|
||||||
STA.b Scrap00 ; pointer in $00
|
STA.b Scrap00 ; pointer in $00
|
||||||
LDA.w #$0028 : STA.b Scrap02 ; set the bank to 28 for now
|
if !FEATURE_FIX_BASEROM
|
||||||
|
LDA.w #$0089
|
||||||
|
else
|
||||||
|
LDA.w #$0028 ; set the bank to 28 for now
|
||||||
|
endif
|
||||||
|
STA.b Scrap02
|
||||||
LDY.w #$0001 ; to skip the "sort"
|
LDY.w #$0001 ; to skip the "sort"
|
||||||
|
|
||||||
; get first byte to make sure it isn't an empty room
|
; get first byte to make sure it isn't an empty room
|
||||||
|
|||||||
BIN
menu/drsheetdc.2bpp
Normal file
BIN
menu/drsheetdc.2bpp
Normal file
Binary file not shown.
@@ -790,7 +790,7 @@ HeartContainer_Vitreous:
|
|||||||
HeartContainer_Trinexx:
|
HeartContainer_Trinexx:
|
||||||
db $3E
|
db $3E
|
||||||
;--------------------------------------------------------------------------------
|
;--------------------------------------------------------------------------------
|
||||||
; 0x180159 - 0x18015F (unused) [encrypted]
|
; 0x18015A - 0x18015F (unused) [encrypted]
|
||||||
;================================================================================
|
;================================================================================
|
||||||
org $B08160 ; PC 0x180160 - 0x180162
|
org $B08160 ; PC 0x180160 - 0x180162
|
||||||
BonkKey_Desert:
|
BonkKey_Desert:
|
||||||
|
|||||||
Reference in New Issue
Block a user