From 4a31be98375f0244cfcd4492a718e87d9e83bf05 Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sun, 18 Feb 2024 12:24:57 -0800 Subject: [PATCH] reverb, not distort --- vacation.p8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vacation.p8 b/vacation.p8 index a663a2b..19978c5 100644 --- a/vacation.p8 +++ b/vacation.p8 @@ -278,8 +278,8 @@ end -- rb forces reverb function psound(n, off, len, rb) if (stat(49) > n) return + poke(0x5f41, rb and 0x8 or 0x0) sfx(n, 3, off, len) - poke(0x5f42, rb and 0x8 or 0x0) end -->8