diff options
-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 f250c9e..d2e697e 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 [asm/m4a_1.s](https://github.com/pret/pokeemerald/blob/master/asm/m4a_1.s), replace everything in that file with the code in the link below: -[Mixer code](https://gist.github.com/ShinyDragonHunter/6571250991f4b0f560206e2201e27e55) +[Mixer code](https://gist.github.com/PlatinumMaster/86946d5066714e0d8443675e1c5e27f0) This is the code for the mixer. |