diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:59:30 -0500 |
commit | 213dcc70d77ade7cf587d57016cc5bb405494fe8 (patch) | |
tree | e2a91b6700c87dbad04dcf918054c4ae26871776 /audio/engine.asm | |
parent | f1f84743f7759a0f808f935add82439ba6637d2b (diff) |
More consistent data tables
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 7a4854b39..768cbe98d 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -2882,16 +2882,14 @@ LoadMusicByte:: ; e8d76 ; e8d80 -FrequencyTable: ; e8d80 + INCLUDE "data/audio/notes.asm" -; e8db2 -WaveSamples: ; e8db2 INCLUDE "data/audio/wave_samples.asm" -; e8e52 INCLUDE "audio/drumkits.asm" + GetLRTracks: ; e8fc2 ; gets the default sound l/r channels ; stores mono/stereo table in hl |