mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
Inventory song added
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
STEREOMODE equ 0
|
STEREOMODE equ 0
|
||||||
;* --------BEGIN--------
|
;* --------BEGIN--------
|
||||||
;* C:\Atari\rmt\rmt128\schorch_str2.rmt
|
;* C:\Atari\rmt\rmt128\scorch_str3.rmt
|
||||||
FEAT_SFX equ 1
|
FEAT_SFX equ 1
|
||||||
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable
|
||||||
FEAT_NOSTARTINGSONGLINE equ 0
|
FEAT_NOSTARTINGSONGLINE equ 0
|
||||||
FEAT_INSTRSPEED equ 1
|
FEAT_INSTRSPEED equ 1
|
||||||
FEAT_CONSTANTSPEED equ 0 ;(19 times)
|
FEAT_CONSTANTSPEED equ 0 ;(21 times)
|
||||||
FEAT_COMMAND1 equ 1 ;(18 times)
|
FEAT_COMMAND1 equ 1 ;(18 times)
|
||||||
FEAT_COMMAND2 equ 0 ;(0 times)
|
FEAT_COMMAND2 equ 0 ;(0 times)
|
||||||
FEAT_COMMAND3 equ 0 ;(0 times)
|
FEAT_COMMAND3 equ 0 ;(0 times)
|
||||||
|
|||||||
Binary file not shown.
@@ -207,3 +207,4 @@ song_ingame = $06
|
|||||||
song_round_over = $0b
|
song_round_over = $0b
|
||||||
song_ending_looped = $0e
|
song_ending_looped = $0e
|
||||||
song_supermarket = $1b
|
song_supermarket = $1b
|
||||||
|
song_inventory = $1d
|
||||||
|
|||||||
+1
-1
@@ -1611,7 +1611,7 @@ PLAYER
|
|||||||
|
|
||||||
MODUL equ $b000 ;address of RMT module
|
MODUL equ $b000 ;address of RMT module
|
||||||
opt h- ;RMT module is standard Atari binary file already
|
opt h- ;RMT module is standard Atari binary file already
|
||||||
ins "artwork/sfx/schorch_str2.rmt" ;include music RMT module
|
ins "artwork/sfx/scorch_str3.rmt" ;include music RMT module
|
||||||
opt h+
|
opt h+
|
||||||
;
|
;
|
||||||
;
|
;
|
||||||
|
|||||||
BIN
Binary file not shown.
+4
-1
@@ -288,7 +288,10 @@ AfterManualPurchase
|
|||||||
sta dmactls
|
sta dmactls
|
||||||
|
|
||||||
lda #song_supermarket
|
lda #song_supermarket
|
||||||
jsr RmtSongSelect
|
bit IsInventory
|
||||||
|
bpl @+
|
||||||
|
lda #song_inventory
|
||||||
|
@ jsr RmtSongSelect
|
||||||
|
|
||||||
mwa #ListOfWeapons WeaponsListDL ;switch to the list of offensive weapons
|
mwa #ListOfWeapons WeaponsListDL ;switch to the list of offensive weapons
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user