diff --git a/bin/src/compress.c b/bin/src/compress.c index f314537..2bb46e9 100644 --- a/bin/src/compress.c +++ b/bin/src/compress.c @@ -234,4 +234,6 @@ int main(int argc, char *argv[]) { fclose(outptr); printf("Input file: %X bytes. Compressed: %X bytes.\n", size, oloc); + + return 0; } diff --git a/bin/src/decompress.c b/bin/src/decompress.c index 38a2a70..15dcbdd 100644 --- a/bin/src/decompress.c +++ b/bin/src/decompress.c @@ -142,4 +142,6 @@ int main(int argc, char *argv[]) { fclose(outptr); printf("Input file: %X bytes. Decompressed: %X bytes.\n", size, oloc); + + return 0; } diff --git a/bin/windows/compress.exe b/bin/windows/compress.exe new file mode 100644 index 0000000..bd9d2fb Binary files /dev/null and b/bin/windows/compress.exe differ diff --git a/bin/windows/decompress.exe b/bin/windows/decompress.exe new file mode 100644 index 0000000..fa9200a Binary files /dev/null and b/bin/windows/decompress.exe differ diff --git a/dungeonmap.asm b/dungeonmap.asm index e366532..b4530cc 100644 --- a/dungeonmap.asm +++ b/dungeonmap.asm @@ -20,7 +20,12 @@ DoDungeonMapBossIcon: ; get sprite pointer for room LDA.l UWSpritesPointers,X 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" ; get first byte to make sure it isn't an empty room diff --git a/menu/drsheetdc.2bpp b/menu/drsheetdc.2bpp new file mode 100644 index 0000000..1155556 Binary files /dev/null and b/menu/drsheetdc.2bpp differ diff --git a/tables.asm b/tables.asm index 596cd38..72012fe 100644 --- a/tables.asm +++ b/tables.asm @@ -790,7 +790,7 @@ HeartContainer_Vitreous: HeartContainer_Trinexx: db $3E ;-------------------------------------------------------------------------------- -; 0x180159 - 0x18015F (unused) [encrypted] +; 0x18015A - 0x18015F (unused) [encrypted] ;================================================================================ org $B08160 ; PC 0x180160 - 0x180162 BonkKey_Desert: