Fix in-line string off-by-one

This commit is contained in:
David Schmenk 2015-03-03 18:37:00 -08:00
parent 42bc9441a3
commit d6091a87a1

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 = *
}
}