Add MosaicFix for ZCustomOverworld day/night bg on mosaic trans
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -399,6 +399,16 @@ BackgroundFix:
|
||||
RTL
|
||||
}
|
||||
|
||||
MosaicFix:
|
||||
{
|
||||
BEQ +
|
||||
JSL ColorSubEffect
|
||||
+
|
||||
STA.l PaletteBuffer_HUD
|
||||
STA.l PaletteBuffer_BG
|
||||
RTL
|
||||
}
|
||||
|
||||
SubAreasFix:
|
||||
{
|
||||
BEQ .no_effect
|
||||
|
||||
Reference in New Issue
Block a user