mirror of
https://github.com/Pecusx/dino-game.git
synced 2026-05-20 22:33:23 +02:00
wip
This commit is contained in:
+2
-2
@@ -46,6 +46,7 @@ player
|
|||||||
;
|
;
|
||||||
.proc init_song
|
.proc init_song
|
||||||
|
|
||||||
|
mva #>(buffers+255) cbuf+1
|
||||||
;clear buffers
|
;clear buffers
|
||||||
lda #0
|
lda #0
|
||||||
tax
|
tax
|
||||||
@@ -149,8 +150,7 @@ check_end_song
|
|||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
get_byte
|
get_byte
|
||||||
lda song_ptr: $ffff ;song_data+1
|
lda song_ptr: $ffff ;song_data+1
|
||||||
inc song_ptr
|
inw song_ptr
|
||||||
sne:inc song_ptr+1
|
|
||||||
rts
|
rts
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
start
|
start
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user