Merge branch 'develop' of https://github.com/Pecusx/Young-lumberjack into develop

This commit is contained in:
Aleksander
2025-06-01 01:07:25 +02:00
3 changed files with 14 additions and 2 deletions
+14 -2
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.