mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Pokémon Mini: fix volume macro
This commit is contained in:
parent
dbff00404c
commit
a367c3b480
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue