This commit is contained in:
4am 2018-10-28 14:05:54 -04:00
parent ddc906d3ca
commit 1998cdbc53

View File

@ -96,7 +96,7 @@ Start
AttractMode
jsr okvs_nth ; get filename of next attract module
!word gAttractModeStore
@index !byte 2
@index !byte 0
+STAY @key
inc @index ; increment module index for next time
@ -199,7 +199,7 @@ WaitOnScreenshot
ldy #0
@wait lda $C000
bmi Exit
; jsr @burn
jsr @burn
dey
bne @wait
dex