Fix #238 - deleted stray RTS

This commit is contained in:
Bobbi Webber-Manners 2022-12-30 21:44:26 -05:00
parent c99501c8e3
commit 942234ae9a
2 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -105,15 +105,13 @@ SHRUSERCHAR >>> ENTMAIN
DEY
BRA :L0
:S1 LDY #$00
:L1 LDA SHRVDUQ+1,Y ; Row of pixels
JSR SHRXPLDROW
INY
CPY #$08 ; Last row?
BNE :L1
:DONE RTS
>>> XF2AUX,VDU23RET
:DONE >>> XF2AUX,VDU23RET
:INCREMENT DB $00