diff options
author | Xhyzi <43137399+Xhyzi@users.noreply.github.com> | 2021-01-01 15:34:48 +0100 |
---|---|---|
committer | Xhyzi <43137399+Xhyzi@users.noreply.github.com> | 2021-01-01 15:34:48 +0100 |
commit | 058704457559cfdc2330ee958c30ce188d95e0a4 (patch) | |
tree | 3040c58f4498ff64751e89fc47106e4cc6019173 | |
parent | 4091217499c4ad4d17d4b482d017bce814e8c64a (diff) |
Mixer code gist is outdated. I forked the gist and updated the code, apparently I can't PR a gist, so I just changed the link to my fork.
-rw-r--r-- | Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer).md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer).md b/Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer).md index 4183821..27282fe 100644 --- a/Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer).md +++ b/Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer).md @@ -4,7 +4,7 @@ Anyway, these changes will allow the game to have reduced noise and output sound In [src/m4a_1.s](https://github.com/pret/pokeemerald/blob/master/src/m4a_1.s), replace everything in that file with the code in the link below: -[Mixer code](https://gist.github.com/PlatinumMaster/86946d5066714e0d8443675e1c5e27f0) +[Mixer code](https://gist.github.com/Xhyzi/2a3eafac546788c1c158295d5b3d3526) This is the code for the mixer. |