Remove extra branch

This commit is contained in:
cassidy
2021-04-24 02:20:07 -04:00
parent 74cb39f666
commit edfecad1b2

View File

@@ -128,7 +128,7 @@ DDMConditionalLightning:
;================================================================================
ConditionalGTFlash:
LDA.l DisableFlashing : BNE +
LDA.l DisableFlashing
REP #$20
BNE +
LDA $0000
@@ -139,10 +139,10 @@ ConditionalGTFlash:
RTL
+
LDA $00
--
-
LDA $F9C1, Y : LDA $7EC5D0, X
INY #2
INX #2 : CPX.b #$10 : BNE --
INX #2 : CPX.b #$10 : BNE -
RTL
;================================================================================
ConditionalRedFlash: