mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 07:29:54 +00:00
megademo: finish the starring animation
This commit is contained in:
parent
0ae3772739
commit
0a99359830
@ -21,6 +21,7 @@
|
|||||||
28097 -- move takeoff graphics to megademo
|
28097 -- move takeoff graphics to megademo
|
||||||
28594 -- c64 opener actually works
|
28594 -- c64 opener actually works
|
||||||
28483 -- move falling apple to megademo file
|
28483 -- move falling apple to megademo file
|
||||||
|
28553 -- fill in the starring animation a bit more
|
||||||
|
|
||||||
Graphics sizes:
|
Graphics sizes:
|
||||||
(LG lores=300B)
|
(LG lores=300B)
|
||||||
|
@ -228,11 +228,11 @@ st_wrap:
|
|||||||
st_wrap_done:
|
st_wrap_done:
|
||||||
|
|
||||||
;==============
|
;==============
|
||||||
; timeout after 4s or so?
|
; timeout after 6s or so?
|
||||||
;==============
|
;==============
|
||||||
st_timeout:
|
st_timeout:
|
||||||
lda FRAMEH ; 3
|
lda FRAMEH ; 3
|
||||||
cmp #4 ; 2
|
cmp #6 ; 2
|
||||||
beq st_done ; 3
|
beq st_done ; 3
|
||||||
; -1
|
; -1
|
||||||
;============
|
;============
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 16 KiB |
Loading…
x
Reference in New Issue
Block a user