diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:38:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-15 12:38:59 -0500 |
commit | 253c09949b421ec09a688af2945eb3df1fc00777 (patch) | |
tree | 640ec980aa6a518be527c11e7accd25dd46a058a /audio/engine.asm | |
parent | 94722aa8f08ceaef8233d73a87f534b6c3f0475f (diff) |
Move data/audio/ back into audio/
Keep trainer data together
Diffstat (limited to 'audio/engine.asm')
-rw-r--r-- | audio/engine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine.asm b/audio/engine.asm index 4fd618940..da90e19ec 100644 --- a/audio/engine.asm +++ b/audio/engine.asm @@ -2882,9 +2882,9 @@ LoadMusicByte:: ; e8d76 ; e8d80 -INCLUDE "data/audio/notes.asm" +INCLUDE "audio/notes.asm" -INCLUDE "data/audio/wave_samples.asm" +INCLUDE "audio/wave_samples.asm" INCLUDE "audio/drumkits.asm" |