From f385270707974d0745a5f3cbbbbaca5b6232e722 Mon Sep 17 00:00:00 2001 From: Michaelangel007 Date: Mon, 23 Oct 2017 08:23:34 -0700 Subject: [PATCH] Cleaned up sfx file name --- sfx_5e36 => cw.sfx.5e36 | Bin sound.board.s | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename sfx_5e36 => cw.sfx.5e36 (100%) diff --git a/sfx_5e36 b/cw.sfx.5e36 similarity index 100% rename from sfx_5e36 rename to cw.sfx.5e36 diff --git a/sound.board.s b/sound.board.s index ebfb7b6..66565bb 100644 --- a/sound.board.s +++ b/sound.board.s @@ -148,6 +148,7 @@ PARMTABLE DW 0000 ;Pointer reserved for future use +; Player ripped from $1950 Play LDY #$00 NextNote @@ -186,7 +187,7 @@ SamePage DS \,$00 Pointers ; This can't go on the previous page since it spills over due to lazy code above DS $36,$00 -SFX PUTBIN sfx_5e36 +SFX PUTBIN cw.sfx.5e36 DS \,$FF ; Pad with End-of-Song __END