allow two way mirror with all pendants

This commit is contained in:
scawful
2024-06-11 23:21:25 -04:00
parent 751818f61e
commit 6697f55908

View File

@@ -563,6 +563,24 @@ LinkOAM_CheckForDrawShield:
RTL
}
pushpc
org $07A94F
JSL CheckForTwoWayMirror
pullpc
CheckForTwoWayMirror:
{
LDA.l $7EF374 : CMP.b #$07 : BNE .vanilla_code
LDA.b #$01
RTL
.vanilla_code
#_07A94F: LDA.b $8A
#_07A951: AND.b #$40
RTL
}
print "End of mask_routines.asm ", pc
; LinkOAM_DrawShield _0DA780