mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Used up the last two bytes.
This commit is contained in:
parent
5c0ba2dfa3
commit
eed337af74
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user