mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
driven: consider minecart graphic
This commit is contained in:
parent
cb371303ce
commit
3480f7578e
@ -34,6 +34,19 @@ graphics:
|
||||
bit FULLGR
|
||||
bit PAGE1
|
||||
|
||||
;=================================
|
||||
; minecart
|
||||
;=================================
|
||||
|
||||
lda #<minecart_graphics
|
||||
sta zx_src_l+1
|
||||
lda #>minecart_graphics
|
||||
sta zx_src_h+1
|
||||
lda #$20
|
||||
jsr zx02_full_decomp
|
||||
|
||||
jsr wait_until_keypress
|
||||
|
||||
;=================================
|
||||
; spires
|
||||
;=================================
|
||||
@ -169,6 +182,12 @@ graphics:
|
||||
|
||||
rts
|
||||
|
||||
minecart_graphics:
|
||||
; .incbin "graphics/a2_minecart.hgr.zx02"
|
||||
; .incbin "graphics/minecart1_iipix.hgr.zx02"
|
||||
.incbin "graphics/minecart2_iipix.hgr.zx02"
|
||||
|
||||
|
||||
spires_graphics:
|
||||
.incbin "graphics/spires_n.hgr.zx02"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user