add CheckNewRButtonPress

This commit is contained in:
scawful
2024-06-29 17:23:03 -04:00
parent e7ea1384dc
commit 5a20ba213c

View File

@@ -585,6 +585,18 @@ CheckForTwoWayMirror:
RTL
}
CheckNewRButtonPress:
{
LDA $F6 : BIT #$10 : BEQ .fail
SEC
RTL
.fail
CLC
RTL
}
print "End of mask_routines.asm ", pc
; LinkOAM_DrawShield _0DA780