mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-11 08:30:13 +00:00
Fix bug - target addr wasn't being cleared by set heap.
This commit is contained in:
parent
a6f68275d6
commit
d085707158
@ -2858,6 +2858,7 @@ heapSet: !zone
|
||||
; Zero memory heapTop.heapEnd
|
||||
heapClr: !zone
|
||||
lda #0
|
||||
sta targetAddr+1 ; clear target addr now that we're done with heap top
|
||||
ldx heapTop
|
||||
ldy heapTop+1
|
||||
.pg sty .st+2
|
||||
|
Loading…
x
Reference in New Issue
Block a user