From 46bf02f7ca23b38137552f047e17f4f26b398d00 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 27 Aug 2024 07:19:33 -0500 Subject: [PATCH] Fix for post-Aga GFX, bandaid fix for decompression on boot --- decompresseditemgraphics.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/decompresseditemgraphics.asm b/decompresseditemgraphics.asm index e73f453..53ef9c8 100644 --- a/decompresseditemgraphics.asm +++ b/decompresseditemgraphics.asm @@ -520,6 +520,7 @@ macro DoIndirectPlanesA(offset) XBA ORA.b Decomp3BPPScratch + AND.w #$00FF ; idk why this line works but the 2 sheets we pull in aren't correct without it STA.l BigDecompressionBuffer+$10++,X endmacro