mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-01 22:59:19 +11:00
Begin writing code to update the tiles
This commit is contained in:
parent
26e94d2957
commit
78604e6f7d
5 changed files with 55 additions and 14 deletions
|
|
@ -282,6 +282,7 @@ VdpFound$:
|
|||
;;;
|
||||
;;; Clobbers:
|
||||
;;; - A, Y, X
|
||||
;;; - Zp 1, 2, 3, 4, 5, 6, 7
|
||||
;;;
|
||||
vdp_hide_sprites:
|
||||
ldy #0
|
||||
|
|
@ -294,6 +295,9 @@ HideLoop$:
|
|||
cpy #25
|
||||
bne HideLoop$
|
||||
|
||||
; Make sure the table gets updated in memory
|
||||
jsr _vdp_write_interleaved_sat
|
||||
|
||||
rts
|
||||
|
||||
;;; vdp_hide_sprite:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue