Add MosaicFix for ZCustomOverworld day/night bg on mosaic trans

This commit is contained in:
scawful
2024-10-12 10:44:00 -04:00
parent d2d8c01926
commit 8acffea515
2 changed files with 14 additions and 1 deletions

View File

@@ -1779,7 +1779,10 @@ CheckForChangeGraphicsTransitionLoad:
; Set transparent color. only set the buffer so it fades in right
; during mosaic transition.
STA.l $7EC300 : STA.l $7EC340
JSL Oracle_MosaicFix
NOP #4
;STA.l $7EC300
;STA.l $7EC340
LDX.w #$4020 : STX.b $9C
LDX.w #$8040 : STX.b $9D

View File

@@ -399,6 +399,16 @@ BackgroundFix:
RTL
}
MosaicFix:
{
BEQ +
JSL ColorSubEffect
+
STA.l PaletteBuffer_HUD
STA.l PaletteBuffer_BG
RTL
}
SubAreasFix:
{
BEQ .no_effect