mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
peasant: fix bug drawing peasant on cliff
This commit is contained in:
parent
8154d005f7
commit
2d68b4c935
@ -148,9 +148,9 @@ col_copy_loop:
|
|||||||
; in a robe and on fire, so we should enforce that
|
; in a robe and on fire, so we should enforce that
|
||||||
|
|
||||||
lda #<walking_sprite_data
|
lda #<walking_sprite_data
|
||||||
sta ZX0_src
|
sta zx_src_l+1
|
||||||
lda #>walking_sprite_data
|
lda #>walking_sprite_data
|
||||||
sta ZX0_src+1
|
sta zx_src_h+1
|
||||||
|
|
||||||
lda #$a0
|
lda #$a0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user