mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-12-25 13:29:59 +00:00
Fix typos in BREQX, BRNEX (still using BREQ, BRNE branch targets)
This commit is contained in:
parent
d70292cf22
commit
34d61ebb68
@ -1446,7 +1446,7 @@ ISEQX STY IPY
|
||||
LDY #$00
|
||||
LDA ESTKL,X
|
||||
CMP ESTKL+1,X
|
||||
BNE ISEQ1
|
||||
BNE ISEQX1
|
||||
LDA ESTKH,X
|
||||
CMP ESTKH+1,X
|
||||
BNE ISEQX1
|
||||
@ -1476,7 +1476,7 @@ ISNEX STY IPY
|
||||
LDY #$FF
|
||||
LDA ESTKL,X
|
||||
CMP ESTKL+1,X
|
||||
BNE ISNE1
|
||||
BNE ISNEX1
|
||||
LDA ESTKH,X
|
||||
CMP ESTKH+1,X
|
||||
BNE ISNEX1
|
||||
|
Loading…
Reference in New Issue
Block a user