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

Fix sin-line string off-by-one

This commit is contained in:
David Schmenk 2015-03-03 18:35:14 -08:00
parent 2ecd6acb52
commit 689ecddec6

View File

@ -779,7 +779,7 @@ CSX DEX
LDA (IP),Y
TAY ; MAKE ROOM IN POOL AND SAVE ADDR ON ESTK
EOR #$FF
SEC
CLC
ADC PPL
STA PPL
STA ESTKL,X
@ -1600,4 +1600,4 @@ RET LDA IFPL ; DEALLOCATE POOL
STA IFPH
RTS
VMEND = *
}
}