This commit is contained in:
4am 2018-03-28 13:41:31 -04:00
parent 03424bb954
commit f5b5c9a374

View File

@ -289,10 +289,10 @@ okvs_nth
ldy #3
lda (PARAM),y
tax ; X = numeric index of key to get
- beq .done
jsr derefptr
beq .done
- jsr derefptr
dex
bra -
bne -
.done
jsr incptr
jsr incptr