1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-09-30 23:54:41 +00:00

Fix in-line string off-by-one

This commit is contained in:
David Schmenk 2015-03-03 18:35:49 -08:00
parent 689ecddec6
commit 0afd25a7ee

View File

@ -536,7 +536,7 @@ CS 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