1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-14 20:37:30 +00:00

Update hgr1test.pla

avoid possibly redundant write to WINT
This commit is contained in:
peterferrie 2014-06-16 18:43:00 -07:00
parent 9c62ab06a0
commit ce6786215a

View File

@ -104,11 +104,9 @@ PIX = $83
LDA ESTKH+1,X
ADC WFIXH
STA WFIXH
LDA #$00
ADC WINT
STA WINT
BNE -
BEQ -
BCC -
INC WINT
BCS -
++ INX
RTS
end
@ -124,4 +122,4 @@ draw_ground(page1)
getc
^showpage1
^showtext
done
done