reverb, not distort

This commit is contained in:
Kistaro Windrider 2024-02-18 12:24:57 -08:00
parent 2bd46a29e4
commit 4a31be9837
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -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