diff --git a/artwork/sfx/feat.txt b/artwork/sfx/feat.txt index ca37a3f..d431fa9 100644 --- a/artwork/sfx/feat.txt +++ b/artwork/sfx/feat.txt @@ -1,6 +1,6 @@ STEREOMODE equ 0 ;* --------BEGIN-------- -;* C:\Atari\rmt\rmt128\scorch_str4.rmt +;* C:\Atari\rmt\rmt128\scorch_str6.rmt FEAT_SFX equ 1 FEAT_GLOBALVOLUMEFADE equ 0 ;RMTGLOBALVOLUMEFADE variable FEAT_NOSTARTINGSONGLINE equ 0 diff --git a/artwork/sfx/scorch_str4.rmt b/artwork/sfx/scorch_str6.rmt similarity index 91% rename from artwork/sfx/scorch_str4.rmt rename to artwork/sfx/scorch_str6.rmt index 8681c53..fcdc1a2 100644 Binary files a/artwork/sfx/scorch_str4.rmt and b/artwork/sfx/scorch_str6.rmt differ diff --git a/scorch.asm b/scorch.asm index ea1722b..bced622 100644 --- a/scorch.asm +++ b/scorch.asm @@ -1709,7 +1709,7 @@ PLAYER MODUL equ $b000 ;address of RMT module opt h- ;RMT module is standard Atari binary file already - ins "artwork/sfx/scorch_str4.rmt" ;include music RMT module + ins "artwork/sfx/scorch_str6.rmt" ;include music RMT module opt h+ ; ;---------------------------------------------- diff --git a/scorch.xex b/scorch.xex index 1a25c25..77740f6 100644 Binary files a/scorch.xex and b/scorch.xex differ