From edfecad1b2737aa423bb8eae750902585c381bec Mon Sep 17 00:00:00 2001 From: cassidy Date: Sat, 24 Apr 2021 02:20:07 -0400 Subject: [PATCH] Remove extra branch --- accessibility.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/accessibility.asm b/accessibility.asm index 229edc4..62c024e 100644 --- a/accessibility.asm +++ b/accessibility.asm @@ -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: