diff options
author | PlatinumMaster <PlatinumMaster@users.noreply.github.com> | 2019-04-15 10:57:24 -0400 |
---|---|---|
committer | PlatinumMaster <PlatinumMaster@users.noreply.github.com> | 2019-04-15 10:57:24 -0400 |
commit | daf2734afccc229d52698a0316898ee20b206586 (patch) | |
tree | 945de9475d812fee109bd50aa501ad628d59c700 | |
parent | f37626b175518b5f62ffcd50f05a96ffdb2d5e1d (diff) |
Updated the mixer code to comply with the newer pokeeemerald.
-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. |