Fix for post-Aga GFX, bandaid fix for decompression on boot

This commit is contained in:
codemann8
2024-08-27 07:19:33 -05:00
parent 8630b36ef1
commit 46bf02f7ca

View File

@@ -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+<offset>+<offset>,X
endmacro