From e74812eb87574c625a28c1fe8e35cd6708ec6c88 Mon Sep 17 00:00:00 2001 From: Javier Degirolmo Date: Tue, 8 Nov 2011 20:42:48 -0300 Subject: Cleanup and bugfixes. SFXs now restore BGM volume when unlocking, but seems still buggy. --- src-z80/player/pcm.z80 | 1 + 1 file changed, 1 insertion(+) (limited to 'src-z80/player/pcm.z80') diff --git a/src-z80/player/pcm.z80 b/src-z80/player/pcm.z80 index 44bc236..71b0d72 100644 --- a/src-z80/player/pcm.z80 +++ b/src-z80/player/pcm.z80 @@ -53,6 +53,7 @@ UpdatePCM: ;ld (ix+1), $FE ;ld (ix+0), $25 ;ld (ix+1), $03 + ld (ix+0), $27 ld (ix+1), $1F -- cgit v1.2.3