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