mirror of
https://github.com/Michaelangel007/apple2_castle_wolfenstein_sound_board.git
synced 2024-12-27 23:30:32 +00:00
Cleaned up sfx file name
This commit is contained in:
parent
dca093d6b0
commit
f385270707
@ -148,6 +148,7 @@ PARMTABLE
|
|||||||
DW 0000 ;Pointer reserved for future use
|
DW 0000 ;Pointer reserved for future use
|
||||||
|
|
||||||
|
|
||||||
|
; Player ripped from $1950
|
||||||
Play
|
Play
|
||||||
LDY #$00
|
LDY #$00
|
||||||
NextNote
|
NextNote
|
||||||
@ -186,7 +187,7 @@ SamePage
|
|||||||
DS \,$00
|
DS \,$00
|
||||||
Pointers ; This can't go on the previous page since it spills over due to lazy code above
|
Pointers ; This can't go on the previous page since it spills over due to lazy code above
|
||||||
DS $36,$00
|
DS $36,$00
|
||||||
SFX PUTBIN sfx_5e36
|
SFX PUTBIN cw.sfx.5e36
|
||||||
|
|
||||||
DS \,$FF ; Pad with End-of-Song
|
DS \,$FF ; Pad with End-of-Song
|
||||||
__END
|
__END
|
||||||
|
Loading…
Reference in New Issue
Block a user