1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-21 04:29:14 +00:00

correct my typos

This commit is contained in:
Peter Ferrie 2016-03-23 10:38:07 -07:00
parent 28ea563039
commit 2c3909b245
2 changed files with 3 additions and 3 deletions

View File

@ -230,7 +230,7 @@ asm sum1
ADC #$00
STA ESTKL,X
BEQ +
!BYTE #$A9
!BYTE $A9
- CLC
INC ESTKH,X
+ BCS -

View File

@ -110,7 +110,7 @@ asm pokefrm
ADC #$00
STA ESTKL,X
BEQ +
!BYTE #$A9
!BYTE $A9
- CLC
INC ESTKH,X
+ BCS -
@ -149,7 +149,7 @@ asm peekfrm
ADC #$00
STA ESTKL,X
BEQ +
!BYTE #$A9
!BYTE $A9
- CLC
INC ESTKH,X
+ BCS -