mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
WIP: sfx 0d
This commit is contained in:
@@ -29,7 +29,6 @@ TRACKS equ 4
|
|||||||
; EIF
|
; EIF
|
||||||
;*
|
;*
|
||||||
PLAYER = *
|
PLAYER = *
|
||||||
.ECHO 'PLAYER addr:',*
|
|
||||||
IFT TRACKS>4
|
IFT TRACKS>4
|
||||||
org PLAYER-$400+$40
|
org PLAYER-$400+$40
|
||||||
ELS
|
ELS
|
||||||
|
|||||||
Binary file not shown.
+2
-1
@@ -103,4 +103,5 @@ sfx_silencer = $15
|
|||||||
sfx_next_player = $16
|
sfx_next_player = $16
|
||||||
sfx_purchase = $17
|
sfx_purchase = $17
|
||||||
sfx_keyclick = $18
|
sfx_keyclick = $18
|
||||||
|
sfx_shoot = $19
|
||||||
|
sfx_seppuku = $1a
|
||||||
|
|||||||
+6
-5
@@ -379,7 +379,7 @@ DoNotFinishTheRound
|
|||||||
bcc @+
|
bcc @+
|
||||||
|
|
||||||
mva #0 noDeathCounter
|
mva #0 noDeathCounter
|
||||||
|
mva #sfx_seppuku sfx_effect
|
||||||
jsr DisplaySeppuku
|
jsr DisplaySeppuku
|
||||||
jmp Seppuku
|
jmp Seppuku
|
||||||
|
|
||||||
@@ -1210,14 +1210,15 @@ TankFont
|
|||||||
.align $100
|
.align $100
|
||||||
.ECHO 'PLAYER: ',*
|
.ECHO 'PLAYER: ',*
|
||||||
icl 'artwork/sfx/rmtplayr_game.asm'
|
icl 'artwork/sfx/rmtplayr_game.asm'
|
||||||
opt h- ;RMT module is standard Atari binary file already
|
|
||||||
ins "artwork/sfx/scorch_trial09_stripped.rmt" ;include music RMT module
|
MODUL equ $b000 ;address of RMT module
|
||||||
|
opt h- ;RMT module is standard Atari binary file already
|
||||||
|
ins "artwork/sfx/scorch_trial0d_stripped.rmt" ;include music RMT module
|
||||||
opt h+
|
opt h+
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
MODUL equ $b000 ;address of RMT module
|
|
||||||
TheEnd
|
TheEnd
|
||||||
.ECHO 'TheEnd:',TheEnd
|
.ECHO 'TheEnd: ',TheEnd
|
||||||
.if TheEnd > PMGraph + $300
|
.if TheEnd > PMGraph + $300
|
||||||
.error memory conflict
|
.error memory conflict
|
||||||
|
|
||||||
|
|||||||
BIN
Binary file not shown.
@@ -1173,6 +1173,7 @@ CTRLpressedTAB
|
|||||||
pressedSpace
|
pressedSpace
|
||||||
;=================================
|
;=================================
|
||||||
;we shoot here!!!
|
;we shoot here!!!
|
||||||
|
mva #sfx_shoot sfx_effect
|
||||||
RTS
|
RTS
|
||||||
.endp
|
.endp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user