mirror of
https://github.com/Pecusx/Young-lumberjack.git
synced 2026-05-20 22:33:54 +02:00
Merge branch 'develop' of https://github.com/Pecusx/Young-lumberjack into develop
This commit is contained in:
+14
-2
@@ -2010,18 +2010,28 @@ end_of_name
|
|||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc AnimateGoLine
|
.proc AnimateGoLine
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
ldy #4 ; 4 lines
|
ldy #3 ; 3 lines
|
||||||
next_line
|
next_line
|
||||||
; .... 3 , 2 , 1 , GO! ....
|
; .... 3 , 2 , 1 , ....
|
||||||
ldx #16 ; 32 characters
|
ldx #16 ; 32 characters
|
||||||
@ inw go_addr
|
@ inw go_addr
|
||||||
inw go_addr
|
inw go_addr
|
||||||
WaitForSync
|
WaitForSync
|
||||||
dex
|
dex
|
||||||
bne @-
|
bne @-
|
||||||
|
mva #sfx_go1 sfx_effect
|
||||||
pause 25
|
pause 25
|
||||||
dey
|
dey
|
||||||
bne next_line
|
bne next_line
|
||||||
|
; .... GO! ....
|
||||||
|
ldx #16 ; 32 characters
|
||||||
|
@ inw go_addr
|
||||||
|
inw go_addr
|
||||||
|
WaitForSync
|
||||||
|
dex
|
||||||
|
bne @-
|
||||||
|
mva #sfx_go2 sfx_effect
|
||||||
|
pause 25
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
@@ -3947,6 +3957,8 @@ MODULEND
|
|||||||
; names of RMT instruments (sfx)
|
; names of RMT instruments (sfx)
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
sfx_ciach = $03
|
sfx_ciach = $03
|
||||||
|
sfx_go1 = $0c
|
||||||
|
sfx_go2 = $0d
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
; RMT songs (lines)
|
; RMT songs (lines)
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user