From a367c3b480207ada2fc42623188f1fee4618fe5d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 17 Dec 2022 14:27:03 -0500 Subject: [PATCH] =?UTF-8?q?Pok=C3=A9mon=20Mini:=20fix=20volume=20macro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/engine/platform/pokemini.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/pokemini.cpp b/src/engine/platform/pokemini.cpp index 7d7ad04d..fdf0962c 100644 --- a/src/engine/platform/pokemini.cpp +++ b/src/engine/platform/pokemini.cpp @@ -71,7 +71,7 @@ void DivPlatformPokeMini::tick(bool sysTick) { for (int i=0; i<1; i++) { chan[i].std.next(); if (chan[i].std.vol.had) { - chan[i].outVol=VOL_SCALE_LINEAR(chan[i].vol,chan[i].std.vol.val,3); + chan[i].outVol=VOL_SCALE_LINEAR(chan[i].vol,chan[i].std.vol.val,2); vol=(chan[i].outVol==2)?3:chan[i].outVol; } if (NEW_ARP_STRAT) {