riven: add some sounds for chair room

This commit is contained in:
Vince Weaver 2024-08-18 14:34:58 -04:00
parent 81dc5378b2
commit 6e5dc7544a
3 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,12 @@
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
all: chair_open.btc.zx02 chair_close.btc.zx02
chair_open.btc.zx02: chair_open.btc
$(ZX02) chair_open.btc chair_open.btc.zx02
chair_close.btc.zx02: chair_close.btc
$(ZX02) chair_close.btc chair_close.btc.zx02
clean:
rm -f *.zx02

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long