Used up the last two bytes.

This commit is contained in:
Martin Haye 2017-01-17 10:34:35 -08:00
parent 5c0ba2dfa3
commit eed337af74

View File

@ -149,9 +149,10 @@ decomp !zone {
ldy #0 ; as expected by lits loop
adc pDst
sta pDst
bcc +
jsr .incdst
+ jmp .lits
bcs .dst1A
- jmp .lits
.dst1A jsr .incdst
bcc - ; always taken
; Read an Elias Gamma value into A. Destroys X. Sets carry.
.gamma lda #1