diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-03-14 18:23:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 18:23:07 -0700 |
commit | 5791b7b524fd1c17f7af4dd44472bec7d9941c3e (patch) | |
tree | 7bb6ab16b5c74e39882480d562be735360b307e8 /audio/engine_11.asm | |
parent | b5de46b8902c37562eb05d02f7166e2d3c231224 (diff) | |
parent | 8bb81d151ab0647ea4e944f59c5d03967a48b8d9 (diff) |
Merge pull request #8 from PikalaxALT/master
Hardcoded pointers
Diffstat (limited to 'audio/engine_11.asm')
-rwxr-xr-x | audio/engine_11.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/engine_11.asm b/audio/engine_11.asm new file mode 100755 index 0000000..4c77c26 --- /dev/null +++ b/audio/engine_11.asm @@ -0,0 +1,17 @@ + dr $44000, $44ca2 + +SongHeaderPointers11: ; 0x44ca2 + dw Music_Nothing11 + dw Music_WhackTheDiglett + dw Music_WhackTheDugtrio + dw Music_SeelStage + dw Music_Title +; 0x44cac + +INCLUDE "audio/music/nothing11.asm" +INCLUDE "audio/music/whackthediglett.asm" +INCLUDE "audio/music/whackthedugtrio.asm" +INCLUDE "audio/music/seelstage.asm" +INCLUDE "audio/music/title.asm" + + dr $462d3, $48000 |